Shades of Tropical Rain Forest #046D5E
Tints of Tropical Rain Forest #046D5E
RGB
CMYK
RGB Variations
Color information
#046D5E (or 0x046D5E) is known color: Tropical Rain Forest. HEX triplet: 04, 6D and 5E. RGB value is (4,109,94). Sum of RGB (Red+Green+Blue) = 4+109+94=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #046D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D5E is #FB92A1. Grayscale: #4B4B4B. Windows color (decimal): -16487074 or 6188292. OLE color: 6188292.
HSL color Cylindrical-coordinate representation of color #046D5E: hue angle of 171.43º 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 #046D5E is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 109 | 94 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.57 |
| HSL | 171.43º | 0.93% | 0.22% | - |
| HSV(B) | 171.43º | 0.96% | 0.43% | - |
| XYZ | 7.54 | 11.77 | 12.46 | - |
| YUV | 75.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 94 | 0.96 | 0 | 0.14 | 0.57 | 171.43 | 0.93 | 0.22 |
| Hex | 4 | 6D | 5E | 60 | 0 | E | 39 | AB | 5D | 16 |
| Octal | 4 | 155 | 136 | 140 | 0 | 16 | 71 | 253 | 135 | 26 |
| Binary | 100 | 1101101 | 1011110 | 1100000 | 0 | 1110 | 111001 | 10101011 | 1011101 | 10110 |
Color Harmonies of #046D5E
Complementary color
Monochromatic Colors of #046D5E
Black with #046D5E
Text Example
Text Example
White with #046D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D5E; }
p { color: rgb(4,109,94); }
H1.HeaderClassName
{
color: #046D5E;
}
.AnyTagClassName
{
color: #046D5E;
}
</style>
background-color css
<style>
a { background-color: #046D5E; }
a { background-color: rgb(4,109,94); }
div.DivClassName
{
background-color: #046D5E;
}
.BgClassName
{
background-color: #046D5E;
}
</style>
border-color css
<style>
span { border-color: #046D5E; }
span { border-color: rgb(4,109,94); }
td.TdClassName
{
border-color: #046D5E;
}
.TagClassName
{
border-color: #046D5E;
}
</style>