Shades of Tropical Rain Forest #046B60
Tints of Tropical Rain Forest #046B60
RGB
CMYK
RGB Variations
Color information
#046B60 (or 0x046B60) is known color: Tropical Rain Forest. HEX triplet: 04, 6B and 60. RGB value is (4,107,96). Sum of RGB (Red+Green+Blue) = 4+107+96=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #046B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B60 is #FB949F. Grayscale: #4A4A4A. Windows color (decimal): -16487584 or 6318852. OLE color: 6318852.
HSL color Cylindrical-coordinate representation of color #046B60: hue angle of 173.59º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B60 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 107 | 96 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.58 |
| HSL | 173.59º | 0.93% | 0.22% | - |
| HSV(B) | 173.59º | 0.96% | 0.42% | - |
| XYZ | 7.42 | 11.39 | 12.87 | - |
| YUV | 74.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 96 | 0.96 | 0 | 0.10 | 0.58 | 173.59 | 0.93 | 0.22 |
| Hex | 4 | 6B | 60 | 60 | 0 | A | 3A | AE | 5D | 16 |
| Octal | 4 | 153 | 140 | 140 | 0 | 12 | 72 | 256 | 135 | 26 |
| Binary | 100 | 1101011 | 1100000 | 1100000 | 0 | 1010 | 111010 | 10101110 | 1011101 | 10110 |
Color Harmonies of #046B60
Complementary color
Monochromatic Colors of #046B60
Black with #046B60
Text Example
Text Example
White with #046B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B60; }
p { color: rgb(4,107,96); }
H1.HeaderClassName
{
color: #046B60;
}
.AnyTagClassName
{
color: #046B60;
}
</style>
background-color css
<style>
a { background-color: #046B60; }
a { background-color: rgb(4,107,96); }
div.DivClassName
{
background-color: #046B60;
}
.BgClassName
{
background-color: #046B60;
}
</style>
border-color css
<style>
span { border-color: #046B60; }
span { border-color: rgb(4,107,96); }
td.TdClassName
{
border-color: #046B60;
}
.TagClassName
{
border-color: #046B60;
}
</style>