Shades of Tropical Rain Forest #04815C
Tints of Tropical Rain Forest #04815C
RGB
CMYK
RGB Variations
Color information
#04815C (or 0x04815C) is known color: Tropical Rain Forest. HEX triplet: 04, 81 and 5C. RGB value is (4,129,92). Sum of RGB (Red+Green+Blue) = 4+129+92=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #04815C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04815C is #FB7EA3. Grayscale: #575757. Windows color (decimal): -16481956 or 6062340. OLE color: 6062340.
HSL color Cylindrical-coordinate representation of color #04815C: hue angle of 162.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04815C is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 92 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.49 |
| HSL | 162.24º | 0.94% | 0.26% | - |
| HSV(B) | 162.24º | 0.97% | 0.51% | - |
| XYZ | 9.83 | 16.5 | 12.79 | - |
| YUV | 87.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 92 | 0.97 | 0 | 0.29 | 0.49 | 162.24 | 0.94 | 0.26 |
| Hex | 4 | 81 | 5C | 61 | 0 | 1D | 31 | A2 | 5E | 1A |
| Octal | 4 | 201 | 134 | 141 | 0 | 35 | 61 | 242 | 136 | 32 |
| Binary | 100 | 10000001 | 1011100 | 1100001 | 0 | 11101 | 110001 | 10100010 | 1011110 | 11010 |
Color Harmonies of #04815C
Complementary color
Monochromatic Colors of #04815C
Black with #04815C
Text Example
Text Example
White with #04815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04815C; }
p { color: rgb(4,129,92); }
H1.HeaderClassName
{
color: #04815C;
}
.AnyTagClassName
{
color: #04815C;
}
</style>
background-color css
<style>
a { background-color: #04815C; }
a { background-color: rgb(4,129,92); }
div.DivClassName
{
background-color: #04815C;
}
.BgClassName
{
background-color: #04815C;
}
</style>
border-color css
<style>
span { border-color: #04815C; }
span { border-color: rgb(4,129,92); }
td.TdClassName
{
border-color: #04815C;
}
.TagClassName
{
border-color: #04815C;
}
</style>