Shades of Tropical Rain Forest #046D5D
Tints of Tropical Rain Forest #046D5D
RGB
CMYK
RGB Variations
Color information
#046D5D (or 0x046D5D) is known color: Tropical Rain Forest. HEX triplet: 04, 6D and 5D. RGB value is (4,109,93). Sum of RGB (Red+Green+Blue) = 4+109+93=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #046D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D5D is #FB92A2. Grayscale: #4B4B4B. Windows color (decimal): -16487075 or 6122756. OLE color: 6122756.
HSL color Cylindrical-coordinate representation of color #046D5D: hue angle of 170.86º 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 #046D5D is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 109 | 93 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.57 |
| HSL | 170.86º | 0.93% | 0.22% | - |
| HSV(B) | 170.86º | 0.96% | 0.43% | - |
| XYZ | 7.49 | 11.75 | 12.23 | - |
| YUV | 75.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 93 | 0.96 | 0 | 0.15 | 0.57 | 170.86 | 0.93 | 0.22 |
| Hex | 4 | 6D | 5D | 60 | 0 | F | 39 | AB | 5D | 16 |
| Octal | 4 | 155 | 135 | 140 | 0 | 17 | 71 | 253 | 135 | 26 |
| Binary | 100 | 1101101 | 1011101 | 1100000 | 0 | 1111 | 111001 | 10101011 | 1011101 | 10110 |
Color Harmonies of #046D5D
Complementary color
Monochromatic Colors of #046D5D
Black with #046D5D
Text Example
Text Example
White with #046D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D5D; }
p { color: rgb(4,109,93); }
H1.HeaderClassName
{
color: #046D5D;
}
.AnyTagClassName
{
color: #046D5D;
}
</style>
background-color css
<style>
a { background-color: #046D5D; }
a { background-color: rgb(4,109,93); }
div.DivClassName
{
background-color: #046D5D;
}
.BgClassName
{
background-color: #046D5D;
}
</style>
border-color css
<style>
span { border-color: #046D5D; }
span { border-color: rgb(4,109,93); }
td.TdClassName
{
border-color: #046D5D;
}
.TagClassName
{
border-color: #046D5D;
}
</style>