Shades of Tropical Rain Forest #046F5C
Tints of Tropical Rain Forest #046F5C
RGB
CMYK
RGB Variations
Color information
#046F5C (or 0x046F5C) is known color: Tropical Rain Forest. HEX triplet: 04, 6F and 5C. RGB value is (4,111,92). Sum of RGB (Red+Green+Blue) = 4+111+92=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #046F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F5C is #FB90A3. Grayscale: #4C4C4C. Windows color (decimal): -16486564 or 6057732. OLE color: 6057732.
HSL color Cylindrical-coordinate representation of color #046F5C: hue angle of 169.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F5C is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 111 | 92 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.56 |
| HSL | 169.35º | 0.93% | 0.23% | - |
| HSV(B) | 169.35º | 0.96% | 0.44% | - |
| XYZ | 7.67 | 12.17 | 12.07 | - |
| YUV | 76.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 92 | 0.96 | 0 | 0.17 | 0.56 | 169.35 | 0.93 | 0.23 |
| Hex | 4 | 6F | 5C | 60 | 0 | 11 | 38 | A9 | 5D | 17 |
| Octal | 4 | 157 | 134 | 140 | 0 | 21 | 70 | 251 | 135 | 27 |
| Binary | 100 | 1101111 | 1011100 | 1100000 | 0 | 10001 | 111000 | 10101001 | 1011101 | 10111 |
Color Harmonies of #046F5C
Complementary color
Monochromatic Colors of #046F5C
Black with #046F5C
Text Example
Text Example
White with #046F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046F5C; }
p { color: rgb(4,111,92); }
H1.HeaderClassName
{
color: #046F5C;
}
.AnyTagClassName
{
color: #046F5C;
}
</style>
background-color css
<style>
a { background-color: #046F5C; }
a { background-color: rgb(4,111,92); }
div.DivClassName
{
background-color: #046F5C;
}
.BgClassName
{
background-color: #046F5C;
}
</style>
border-color css
<style>
span { border-color: #046F5C; }
span { border-color: rgb(4,111,92); }
td.TdClassName
{
border-color: #046F5C;
}
.TagClassName
{
border-color: #046F5C;
}
</style>