#036D5D

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

Shades of Tropical Rain Forest #036D5D

Tints of Tropical Rain Forest #036D5D

Color information

#036D5D (or 0x036D5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 6D and 5D. RGB value is (3,109,93). Sum of RGB (Red+Green+Blue) = 3+109+93=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #036D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D5D is #FC92A2. Grayscale: #4B4B4B. Windows color (decimal): -16552611 or 6122755. OLE color: 6122755.

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

Color convert

RGB310993-
CMYK0.9700.150.57
HSL170.94º94.64%21.96%-
HSV(B)170.94º97.25%42.75%-
XYZ7.4811.7512.23-
YUV75.48137.8876.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 109 (42.97% from 255) = 53.17%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=1.46%
G=53.17%
B=45.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3109930.9700.150.57170.9494.6421.96
Hex36D5D610F39ab5f16
Octal31551351410177125313726
Binary111101101101110111000010111111100110101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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