Html Css Color HEX #036C5A Tropical Rain Forest

📋 copy color: '#036C5A'

red 3 ◦ green 108 ◦ blue 90

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

Shades of Tropical Rain Forest #036C5A

Tints of Tropical Rain Forest #036C5A

RGB

 RED value IS 3 (1.56% from 255) = 1.49%

 GREEN value IS 108 (42.58% from 255) = 53.73%

 BLUE value IS 90 (35.55% from 255) = 44.78%

R = 1.49%
G = 53.73%
B = 44.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#036C5A (or 0x036C5A) is known color: Tropical Rain Forest. HEX triplet: 03, 6C and 5A. RGB value is (3,108,90). Sum of RGB (Red+Green+Blue) = 3+108+90=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #036C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C5A is #FC93A5. Grayscale: #4A4A4A. Windows color (decimal): -16552870 or 5925891. OLE color: 5925891.

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

Color convert

RGB 3 108 90 -
CMYK 0.97 0 0.17 0.58
HSL 169.71º 0.95% 0.22% -
HSV(B) 169.71º 0.97% 0.42% -
XYZ 7.25 11.48 11.51 -
YUV 74.55 136.71 76.96 -
System Red Green Blue C M Y K H S L
Decimal 3 108 90 0.97 0 0.17 0.58 169.71 0.95 0.22
Hex 3 6C 5A 61 0 11 3A AA 5F 16
Octal 3 154 132 141 0 21 72 252 137 26
Binary 11 1101100 1011010 1100001 0 10001 111010 10101010 1011111 10110

Color Harmonies of #036C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C5A

Black with #036C5A

Text Example


Text Example

White with #036C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #036C5A;
 }
 .AnyTagClassName
 {
   color: #036C5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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