Html Css Color HEX #036B5B Tropical Rain Forest

📋 copy color: '#036B5B'

red 3 ◦ green 107 ◦ blue 91

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

Shades of Tropical Rain Forest #036B5B

Tints of Tropical Rain Forest #036B5B

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

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

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

RGB 3 107 91 -
CMYK 0.97 0 0.15 0.58
HSL 170.77º 0.95% 0.22% -
HSV(B) 170.77º 0.97% 0.42% -
XYZ 7.18 11.29 11.7 -
YUV 74.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 3 107 91 0.97 0 0.15 0.58 170.77 0.95 0.22
Hex 3 6B 5B 61 0 F 3A AB 5F 16
Octal 3 153 133 141 0 17 72 253 137 26
Binary 11 1101011 1011011 1100001 0 1111 111010 10101011 1011111 10110

Color Harmonies of #036B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036B5B

Black with #036B5B

Text Example


Text Example

White with #036B5B

Text Example


Text Example

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