#036B5A

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

Shades of Tropical Rain Forest #036B5A

Tints of Tropical Rain Forest #036B5A

Color information

#036B5A (or 0x036B5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 6B and 5A. RGB value is (3,107,90). Sum of RGB (Red+Green+Blue) = 3+107+90=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #036B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B5A is #FC94A5. Grayscale: #494949. Windows color (decimal): -16553126 or 5925635. OLE color: 5925635.

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

Color convert

RGB310790-
CMYK0.9700.160.58
HSL170.19º94.55%21.57%-
HSV(B)170.19º97.2%41.96%-
XYZ7.1411.2711.47-
YUV73.97137.0477.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 107 (42.19% from 255) = 53.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=1.5%
G=53.5%
B=45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3107900.9700.160.58170.1994.5521.57
Hex36B5A610103Aaa5f16
Octal31531321410207225213726
Binary1111010111011010110000101000011101010101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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