Html Css Color HEX #036D64 Tropical Rain Forest
📋 copy color: '#036D64'red 3 ◦ green 109 ◦ blue 100
Shades of Tropical Rain Forest #036D64
Tints of Tropical Rain Forest #036D64
RGB
CMYK
RGB Variations
Color information
#036D64 (or 0x036D64) is known color: Tropical Rain Forest. HEX triplet: 03, 6D and 64. RGB value is (3,109,100). Sum of RGB (Red+Green+Blue) = 3+109+100=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #036D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D64 is #FC929B. Grayscale: #4C4C4C. Windows color (decimal): -16552604 or 6581507. OLE color: 6581507.
HSL color Cylindrical-coordinate representation of color #036D64: hue angle of 174.91º 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 #036D64 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 100 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.57 |
| HSL | 174.91º | 0.95% | 0.22% | - |
| HSV(B) | 174.91º | 0.97% | 0.43% | - |
| XYZ | 7.81 | 11.88 | 13.94 | - |
| YUV | 76.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 100 | 0.97 | 0 | 0.08 | 0.57 | 174.91 | 0.95 | 0.22 |
| Hex | 3 | 6D | 64 | 61 | 0 | 8 | 39 | AF | 5F | 16 |
| Octal | 3 | 155 | 144 | 141 | 0 | 10 | 71 | 257 | 137 | 26 |
| Binary | 11 | 1101101 | 1100100 | 1100001 | 0 | 1000 | 111001 | 10101111 | 1011111 | 10110 |
Color Harmonies of #036D64
Complementary color
Monochromatic Colors of #036D64
Black with #036D64
Text Example
Text Example
White with #036D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D64; }
p { color: rgb(3,109,100); }
H1.HeaderClassName
{
color: #036D64;
}
.AnyTagClassName
{
color: #036D64;
}
</style>
background-color css
<style>
a { background-color: #036D64; }
a { background-color: rgb(3,109,100); }
div.DivClassName
{
background-color: #036D64;
}
.BgClassName
{
background-color: #036D64;
}
</style>
border-color css
<style>
span { border-color: #036D64; }
span { border-color: rgb(3,109,100); }
td.TdClassName
{
border-color: #036D64;
}
.TagClassName
{
border-color: #036D64;
}
</style>