Shades of Tropical Rain Forest #04825D
Tints of Tropical Rain Forest #04825D
RGB
CMYK
RGB Variations
Color information
#04825D (or 0x04825D) is known color: Tropical Rain Forest. HEX triplet: 04, 82 and 5D. RGB value is (4,130,93). Sum of RGB (Red+Green+Blue) = 4+130+93=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #04825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04825D is #FB7DA2. Grayscale: #585858. Windows color (decimal): -16481699 or 6128132. OLE color: 6128132.
HSL color Cylindrical-coordinate representation of color #04825D: hue angle of 162.38º 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 #04825D is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 93 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.49 |
| HSL | 162.38º | 0.94% | 0.26% | - |
| HSV(B) | 162.38º | 0.97% | 0.51% | - |
| XYZ | 10.01 | 16.78 | 13.07 | - |
| YUV | 88.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 93 | 0.97 | 0 | 0.28 | 0.49 | 162.38 | 0.94 | 0.26 |
| Hex | 4 | 82 | 5D | 61 | 0 | 1C | 31 | A2 | 5E | 1A |
| Octal | 4 | 202 | 135 | 141 | 0 | 34 | 61 | 242 | 136 | 32 |
| Binary | 100 | 10000010 | 1011101 | 1100001 | 0 | 11100 | 110001 | 10100010 | 1011110 | 11010 |
Color Harmonies of #04825D
Complementary color
Monochromatic Colors of #04825D
Black with #04825D
Text Example
Text Example
White with #04825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04825D; }
p { color: rgb(4,130,93); }
H1.HeaderClassName
{
color: #04825D;
}
.AnyTagClassName
{
color: #04825D;
}
</style>
background-color css
<style>
a { background-color: #04825D; }
a { background-color: rgb(4,130,93); }
div.DivClassName
{
background-color: #04825D;
}
.BgClassName
{
background-color: #04825D;
}
</style>
border-color css
<style>
span { border-color: #04825D; }
span { border-color: rgb(4,130,93); }
td.TdClassName
{
border-color: #04825D;
}
.TagClassName
{
border-color: #04825D;
}
</style>