Shades of Tropical Rain Forest #046E5B
Tints of Tropical Rain Forest #046E5B
RGB
CMYK
RGB Variations
Color information
#046E5B (or 0x046E5B) is known color: Tropical Rain Forest. HEX triplet: 04, 6E and 5B. RGB value is (4,110,91). Sum of RGB (Red+Green+Blue) = 4+110+91=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #046E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E5B is #FB91A4. Grayscale: #4C4C4C. Windows color (decimal): -16486821 or 5991940. OLE color: 5991940.
HSL color Cylindrical-coordinate representation of color #046E5B: hue angle of 169.25º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E5B is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 91 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.57 |
| HSL | 169.25º | 0.93% | 0.22% | - |
| HSV(B) | 169.25º | 0.96% | 0.43% | - |
| XYZ | 7.51 | 11.93 | 11.8 | - |
| YUV | 76.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 91 | 0.96 | 0 | 0.17 | 0.57 | 169.25 | 0.93 | 0.22 |
| Hex | 4 | 6E | 5B | 60 | 0 | 11 | 39 | A9 | 5D | 16 |
| Octal | 4 | 156 | 133 | 140 | 0 | 21 | 71 | 251 | 135 | 26 |
| Binary | 100 | 1101110 | 1011011 | 1100000 | 0 | 10001 | 111001 | 10101001 | 1011101 | 10110 |
Color Harmonies of #046E5B
Complementary color
Monochromatic Colors of #046E5B
Black with #046E5B
Text Example
Text Example
White with #046E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E5B; }
p { color: rgb(4,110,91); }
H1.HeaderClassName
{
color: #046E5B;
}
.AnyTagClassName
{
color: #046E5B;
}
</style>
background-color css
<style>
a { background-color: #046E5B; }
a { background-color: rgb(4,110,91); }
div.DivClassName
{
background-color: #046E5B;
}
.BgClassName
{
background-color: #046E5B;
}
</style>
border-color css
<style>
span { border-color: #046E5B; }
span { border-color: rgb(4,110,91); }
td.TdClassName
{
border-color: #046E5B;
}
.TagClassName
{
border-color: #046E5B;
}
</style>