Shades of Tropical Rain Forest #046E5F
Tints of Tropical Rain Forest #046E5F
RGB
CMYK
RGB Variations
Color information
#046E5F (or 0x046E5F) is known color: Tropical Rain Forest. HEX triplet: 04, 6E and 5F. RGB value is (4,110,95). Sum of RGB (Red+Green+Blue) = 4+110+95=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #046E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E5F is #FB91A0. Grayscale: #4C4C4C. Windows color (decimal): -16486817 or 6254084. OLE color: 6254084.
HSL color Cylindrical-coordinate representation of color #046E5F: hue angle of 171.51º 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 #046E5F is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 95 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.57 |
| HSL | 171.51º | 0.93% | 0.22% | - |
| HSV(B) | 171.51º | 0.96% | 0.43% | - |
| XYZ | 7.69 | 12 | 12.74 | - |
| YUV | 76.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 95 | 0.96 | 0 | 0.14 | 0.57 | 171.51 | 0.93 | 0.22 |
| Hex | 4 | 6E | 5F | 60 | 0 | E | 39 | AC | 5D | 16 |
| Octal | 4 | 156 | 137 | 140 | 0 | 16 | 71 | 254 | 135 | 26 |
| Binary | 100 | 1101110 | 1011111 | 1100000 | 0 | 1110 | 111001 | 10101100 | 1011101 | 10110 |
Color Harmonies of #046E5F
Complementary color
Monochromatic Colors of #046E5F
Black with #046E5F
Text Example
Text Example
White with #046E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E5F; }
p { color: rgb(4,110,95); }
H1.HeaderClassName
{
color: #046E5F;
}
.AnyTagClassName
{
color: #046E5F;
}
</style>
background-color css
<style>
a { background-color: #046E5F; }
a { background-color: rgb(4,110,95); }
div.DivClassName
{
background-color: #046E5F;
}
.BgClassName
{
background-color: #046E5F;
}
</style>
border-color css
<style>
span { border-color: #046E5F; }
span { border-color: rgb(4,110,95); }
td.TdClassName
{
border-color: #046E5F;
}
.TagClassName
{
border-color: #046E5F;
}
</style>