Html Css Color HEX #036B5A Tropical Rain Forest

📋 copy color: '#036B5A'

red 3 ◦ green 107 ◦ blue 90

#036B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #036B5A

Tints of Tropical Rain Forest #036B5A

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 value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#036B5A (or 0x036B5A) is known color: 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

RGB 3 107 90 -
CMYK 0.97 0 0.16 0.58
HSL 170.19º 0.95% 0.22% -
HSV(B) 170.19º 0.97% 0.42% -
XYZ 7.14 11.27 11.47 -
YUV 73.97 137.04 77.38 -
System Red Green Blue C M Y K H S L
Decimal 3 107 90 0.97 0 0.16 0.58 170.19 0.95 0.22
Hex 3 6B 5A 61 0 10 3A AA 5F 16
Octal 3 153 132 141 0 20 72 252 137 26
Binary 11 1101011 1011010 1100001 0 10000 111010 10101010 1011111 10110

Color Harmonies of #036B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036B5A

Black with #036B5A

Text Example


Text Example

White with #036B5A

Text Example


Text Example

HTML Codes & Css Web 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>