#036D60

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

Shades of Tropical Rain Forest #036D60

Tints of Tropical Rain Forest #036D60

Color information

#036D60 (or 0x036D60) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 6D and 60. RGB value is (3,109,96). Sum of RGB (Red+Green+Blue) = 3+109+96=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #036D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D60 is #FC929F. Grayscale: #4B4B4B. Windows color (decimal): -16552608 or 6319363. OLE color: 6319363.

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

Color convert

RGB310996-
CMYK0.9700.120.57
HSL172.64º94.64%21.96%-
HSV(B)172.64º97.25%42.75%-
XYZ7.6211.812.94-
YUV75.82139.3876.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 109 (42.97% from 255) = 52.40%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=1.44%
G=52.40%
B=46.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3109960.9700.120.57172.6494.6421.96
Hex36D60610C39ad5f16
Octal31551401410147125513726
Binary111101101110000011000010110011100110101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,109,96); }

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

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

 a { background-color: rgb(3,109,96); }

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

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

 span { border-color: rgb(3,109,96); }

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