Shades of Tropical Rain Forest #04825E
Tints of Tropical Rain Forest #04825E
RGB
CMYK
RGB Variations
Color information
#04825E (or 0x04825E) is known color: Tropical Rain Forest. HEX triplet: 04, 82 and 5E. RGB value is (4,130,94). Sum of RGB (Red+Green+Blue) = 4+130+94=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #04825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04825E is #FB7DA1. Grayscale: #585858. Windows color (decimal): -16481698 or 6193668. OLE color: 6193668.
HSL color Cylindrical-coordinate representation of color #04825E: hue angle of 162.86º 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 #04825E is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 94 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.49 |
| HSL | 162.86º | 0.94% | 0.26% | - |
| HSV(B) | 162.86º | 0.97% | 0.51% | - |
| XYZ | 10.05 | 16.8 | 13.3 | - |
| YUV | 88.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 94 | 0.97 | 0 | 0.28 | 0.49 | 162.86 | 0.94 | 0.26 |
| Hex | 4 | 82 | 5E | 61 | 0 | 1C | 31 | A3 | 5E | 1A |
| Octal | 4 | 202 | 136 | 141 | 0 | 34 | 61 | 243 | 136 | 32 |
| Binary | 100 | 10000010 | 1011110 | 1100001 | 0 | 11100 | 110001 | 10100011 | 1011110 | 11010 |
Color Harmonies of #04825E
Complementary color
Monochromatic Colors of #04825E
Black with #04825E
Text Example
Text Example
White with #04825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04825E; }
p { color: rgb(4,130,94); }
H1.HeaderClassName
{
color: #04825E;
}
.AnyTagClassName
{
color: #04825E;
}
</style>
background-color css
<style>
a { background-color: #04825E; }
a { background-color: rgb(4,130,94); }
div.DivClassName
{
background-color: #04825E;
}
.BgClassName
{
background-color: #04825E;
}
</style>
border-color css
<style>
span { border-color: #04825E; }
span { border-color: rgb(4,130,94); }
td.TdClassName
{
border-color: #04825E;
}
.TagClassName
{
border-color: #04825E;
}
</style>