Html Css Color HEX #036D5D Tropical Rain Forest

📋 copy color: '#036D5D'

red 3 ◦ green 109 ◦ blue 93

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

Shades of Tropical Rain Forest #036D5D

Tints of Tropical Rain Forest #036D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.17%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 1.46%
G = 53.17%
B = 45.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#036D5D (or 0x036D5D) is known color: Tropical Rain Forest. HEX triplet: 03, 6D and 5D. RGB value is (3,109,93). Sum of RGB (Red+Green+Blue) = 3+109+93=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #036D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D5D is #FC92A2. Grayscale: #4B4B4B. Windows color (decimal): -16552611 or 6122755. OLE color: 6122755.

HSL color Cylindrical-coordinate representation of color #036D5D: hue angle of 170.94º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D5D is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 109 93 -
CMYK 0.97 0 0.15 0.57
HSL 170.94º 0.95% 0.22% -
HSV(B) 170.94º 0.97% 0.43% -
XYZ 7.48 11.75 12.23 -
YUV 75.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 3 109 93 0.97 0 0.15 0.57 170.94 0.95 0.22
Hex 3 6D 5D 61 0 F 39 AB 5F 16
Octal 3 155 135 141 0 17 71 253 137 26
Binary 11 1101101 1011101 1100001 0 1111 111001 10101011 1011111 10110

Color Harmonies of #036D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D5D

Black with #036D5D

Text Example


Text Example

White with #036D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,109,93); }

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

background-color css

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

 a { background-color: rgb(3,109,93); }

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

border-color css

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

 span { border-color: rgb(3,109,93); }

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