Shades of Tropical Rain Forest #04825B
Tints of Tropical Rain Forest #04825B
RGB
CMYK
RGB Variations
Color information
#04825B (or 0x04825B) is known color: Tropical Rain Forest. HEX triplet: 04, 82 and 5B. RGB value is (4,130,91). Sum of RGB (Red+Green+Blue) = 4+130+91=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #04825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04825B is #FB7DA4. Grayscale: #575757. Windows color (decimal): -16481701 or 5997060. OLE color: 5997060.
HSL color Cylindrical-coordinate representation of color #04825B: hue angle of 161.43º 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 #04825B is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 91 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.49 |
| HSL | 161.43º | 0.94% | 0.26% | - |
| HSV(B) | 161.43º | 0.97% | 0.51% | - |
| XYZ | 9.92 | 16.75 | 12.61 | - |
| YUV | 87.88 | 129.76 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 91 | 0.97 | 0 | 0.30 | 0.49 | 161.43 | 0.94 | 0.26 |
| Hex | 4 | 82 | 5B | 61 | 0 | 1E | 31 | A1 | 5E | 1A |
| Octal | 4 | 202 | 133 | 141 | 0 | 36 | 61 | 241 | 136 | 32 |
| Binary | 100 | 10000010 | 1011011 | 1100001 | 0 | 11110 | 110001 | 10100001 | 1011110 | 11010 |
Color Harmonies of #04825B
Complementary color
Monochromatic Colors of #04825B
Black with #04825B
Text Example
Text Example
White with #04825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04825B; }
p { color: rgb(4,130,91); }
H1.HeaderClassName
{
color: #04825B;
}
.AnyTagClassName
{
color: #04825B;
}
</style>
background-color css
<style>
a { background-color: #04825B; }
a { background-color: rgb(4,130,91); }
div.DivClassName
{
background-color: #04825B;
}
.BgClassName
{
background-color: #04825B;
}
</style>
border-color css
<style>
span { border-color: #04825B; }
span { border-color: rgb(4,130,91); }
td.TdClassName
{
border-color: #04825B;
}
.TagClassName
{
border-color: #04825B;
}
</style>