#036B5B

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

Shades of Tropical Rain Forest #036B5B

Tints of Tropical Rain Forest #036B5B

Color information

#036B5B (or 0x036B5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 6B and 5B. RGB value is (3,107,91). Sum of RGB (Red+Green+Blue) = 3+107+91=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #036B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B5B is #FC94A4. Grayscale: #4A4A4A. Windows color (decimal): -16553125 or 5991171. OLE color: 5991171.

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

Color convert

RGB310791-
CMYK0.9700.150.58
HSL170.77º94.55%21.57%-
HSV(B)170.77º97.2%41.96%-
XYZ7.1811.2911.7-
YUV74.08137.5477.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=1.49%
G=53.23%
B=45.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3107910.9700.150.58170.7794.5521.57
Hex36B5B610F3Aab5f16
Octal31531331410177225313726
Binary111101011101101111000010111111101010101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,107,91); }

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

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

 a { background-color: rgb(3,107,91); }

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

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

 span { border-color: rgb(3,107,91); }

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