#036C60

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

Shades of Tropical Rain Forest #036C60

Tints of Tropical Rain Forest #036C60

Color information

#036C60 (or 0x036C60) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 6C and 60. RGB value is (3,108,96). Sum of RGB (Red+Green+Blue) = 3+108+96=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #036C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C60 is #FC939F. Grayscale: #4B4B4B. Windows color (decimal): -16552864 or 6319107. OLE color: 6319107.

HSL color Cylindrical-coordinate representation of color #036C60: hue angle of 173.14º 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 #036C60 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB310896-
CMYK0.9700.110.58
HSL173.14º94.59%21.76%-
HSV(B)173.14º97.22%42.35%-
XYZ7.5111.5912.91-
YUV75.24139.7176.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=1.45%
G=52.17%
B=46.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3108960.9700.110.58173.1494.5921.76
Hex36C60610B3Aad5f16
Octal31541401410137225513726
Binary111101100110000011000010101111101010101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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