Shades of Tropical Rain Forest #036A5C
Tints of Tropical Rain Forest #036A5C
RGB
CMYK
RGB Variations
Color information
#036A5C (or 0x036A5C) is known color: Tropical Rain Forest. HEX triplet: 03, 6A and 5C. RGB value is (3,106,92). Sum of RGB (Red+Green+Blue) = 3+106+92=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #036A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A5C is #FC95A3. Grayscale: #494949. Windows color (decimal): -16553380 or 6056451. OLE color: 6056451.
HSL color Cylindrical-coordinate representation of color #036A5C: hue angle of 171.84º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A5C is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 92 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.58 |
| HSL | 171.84º | 0.94% | 0.21% | - |
| HSV(B) | 171.84º | 0.97% | 0.42% | - |
| XYZ | 7.12 | 11.1 | 11.89 | - |
| YUV | 73.61 | 138.38 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 92 | 0.97 | 0 | 0.13 | 0.58 | 171.84 | 0.94 | 0.21 |
| Hex | 3 | 6A | 5C | 61 | 0 | D | 3A | AC | 5E | 15 |
| Octal | 3 | 152 | 134 | 141 | 0 | 15 | 72 | 254 | 136 | 25 |
| Binary | 11 | 1101010 | 1011100 | 1100001 | 0 | 1101 | 111010 | 10101100 | 1011110 | 10101 |
Color Harmonies of #036A5C
Complementary color
Monochromatic Colors of #036A5C
Black with #036A5C
Text Example
Text Example
White with #036A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A5C; }
p { color: rgb(3,106,92); }
H1.HeaderClassName
{
color: #036A5C;
}
.AnyTagClassName
{
color: #036A5C;
}
</style>
background-color css
<style>
a { background-color: #036A5C; }
a { background-color: rgb(3,106,92); }
div.DivClassName
{
background-color: #036A5C;
}
.BgClassName
{
background-color: #036A5C;
}
</style>
border-color css
<style>
span { border-color: #036A5C; }
span { border-color: rgb(3,106,92); }
td.TdClassName
{
border-color: #036A5C;
}
.TagClassName
{
border-color: #036A5C;
}
</style>