Shades of Tropical Rain Forest #046B5A
Tints of Tropical Rain Forest #046B5A
RGB
CMYK
RGB Variations
Color information
#046B5A (or 0x046B5A) is known color: Tropical Rain Forest. HEX triplet: 04, 6B and 5A. RGB value is (4,107,90). Sum of RGB (Red+Green+Blue) = 4+107+90=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #046B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B5A is #FB94A5. Grayscale: #4A4A4A. Windows color (decimal): -16487590 or 5925636. OLE color: 5925636.
HSL color Cylindrical-coordinate representation of color #046B5A: hue angle of 170.1º 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 #046B5A is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 107 | 90 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.58 |
| HSL | 170.1º | 0.93% | 0.22% | - |
| HSV(B) | 170.1º | 0.96% | 0.42% | - |
| XYZ | 7.15 | 11.28 | 11.47 | - |
| YUV | 74.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 90 | 0.96 | 0 | 0.16 | 0.58 | 170.1 | 0.93 | 0.22 |
| Hex | 4 | 6B | 5A | 60 | 0 | 10 | 3A | AA | 5D | 16 |
| Octal | 4 | 153 | 132 | 140 | 0 | 20 | 72 | 252 | 135 | 26 |
| Binary | 100 | 1101011 | 1011010 | 1100000 | 0 | 10000 | 111010 | 10101010 | 1011101 | 10110 |
Color Harmonies of #046B5A
Complementary color
Monochromatic Colors of #046B5A
Black with #046B5A
Text Example
Text Example
White with #046B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B5A; }
p { color: rgb(4,107,90); }
H1.HeaderClassName
{
color: #046B5A;
}
.AnyTagClassName
{
color: #046B5A;
}
</style>
background-color css
<style>
a { background-color: #046B5A; }
a { background-color: rgb(4,107,90); }
div.DivClassName
{
background-color: #046B5A;
}
.BgClassName
{
background-color: #046B5A;
}
</style>
border-color css
<style>
span { border-color: #046B5A; }
span { border-color: rgb(4,107,90); }
td.TdClassName
{
border-color: #046B5A;
}
.TagClassName
{
border-color: #046B5A;
}
</style>