#036C58

Color #036C58 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #036C58

Tints of Tropical Rain Forest #036C58

Color information

#036C58 (or 0x036C58) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 6C and 58. RGB value is (3,108,88). Sum of RGB (Red+Green+Blue) = 3+108+88=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #036C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C58 is #FC93A7. Grayscale: #4A4A4A. Windows color (decimal): -16552872 or 5794819. OLE color: 5794819.

HSL color Cylindrical-coordinate representation of color #036C58: hue angle of 168.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C58 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB310888-
CMYK0.9700.190.58
HSL168.57º94.59%21.76%-
HSV(B)168.57º97.22%42.35%-
XYZ7.1611.4511.06-
YUV74.32135.7177.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 108 (42.58% from 255) = 54.27%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=1.51%
G=54.27%
B=44.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3108880.9700.190.58168.5794.5921.76
Hex36C58610133Aa95f16
Octal31541301410237225113726
Binary1111011001011000110000101001111101010101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036C58; }

 p { color: rgb(3,108,88); }

 H1.HeaderClassName
 {
   color: #036C58;
 }
 .AnyTagClassName
 {
   color: #036C58;
 }
</style>
background-color css

<style>
 a { background-color: #036C58; }

 a { background-color: rgb(3,108,88); }

 div.DivClassName
 {
   background-color: #036C58;
 }
 .BgClassName
 {
   background-color: #036C58;
 }
</style>
border-color css

<style>
 span { border-color: #036C58; }

 span { border-color: rgb(3,108,88); }

 td.TdClassName
 {
   border-color: #036C58;
 }
 .TagClassName
 {
   border-color: #036C58;
 }
</style>