Shades of Tropical Rain Forest #04865D
Tints of Tropical Rain Forest #04865D
RGB
CMYK
RGB Variations
Color information
#04865D (or 0x04865D) is known color: Tropical Rain Forest. HEX triplet: 04, 86 and 5D. RGB value is (4,134,93). Sum of RGB (Red+Green+Blue) = 4+134+93=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #04865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04865D is #FB79A2. Grayscale: #5A5A5A. Windows color (decimal): -16480675 or 6129156. OLE color: 6129156.
HSL color Cylindrical-coordinate representation of color #04865D: hue angle of 161.08º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04865D is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 134 | 93 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.47 |
| HSL | 161.08º | 0.94% | 0.27% | - |
| HSV(B) | 161.08º | 0.97% | 0.53% | - |
| XYZ | 10.55 | 17.87 | 13.25 | - |
| YUV | 90.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 93 | 0.97 | 0 | 0.31 | 0.47 | 161.08 | 0.94 | 0.27 |
| Hex | 4 | 86 | 5D | 61 | 0 | 1F | 2F | A1 | 5E | 1B |
| Octal | 4 | 206 | 135 | 141 | 0 | 37 | 57 | 241 | 136 | 33 |
| Binary | 100 | 10000110 | 1011101 | 1100001 | 0 | 11111 | 101111 | 10100001 | 1011110 | 11011 |
Color Harmonies of #04865D
Complementary color
Monochromatic Colors of #04865D
Black with #04865D
Text Example
Text Example
White with #04865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04865D; }
p { color: rgb(4,134,93); }
H1.HeaderClassName
{
color: #04865D;
}
.AnyTagClassName
{
color: #04865D;
}
</style>
background-color css
<style>
a { background-color: #04865D; }
a { background-color: rgb(4,134,93); }
div.DivClassName
{
background-color: #04865D;
}
.BgClassName
{
background-color: #04865D;
}
</style>
border-color css
<style>
span { border-color: #04865D; }
span { border-color: rgb(4,134,93); }
td.TdClassName
{
border-color: #04865D;
}
.TagClassName
{
border-color: #04865D;
}
</style>