Shades of Green #04580B
Tints of Green #04580B
RGB
CMYK
RGB Variations
Color information
#04580B (or 0x04580B) is known color: Green. HEX triplet: 04, 58 and 0B. RGB value is (4,88,11). Sum of RGB (Red+Green+Blue) = 4+88+11=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 88 (34.77% from 255 or 85.44% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 88 - color contains mainly: green. Hex color #04580B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04580B is #FBA7F4. Grayscale: #363636. Windows color (decimal): -16492533 or 743428. OLE color: 743428.
HSL color Cylindrical-coordinate representation of color #04580B: hue angle of 125º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04580B is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 11 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.65 |
| HSL | 125º | 0.91% | 0.18% | - |
| HSV(B) | 125º | 0.95% | 0.35% | - |
| XYZ | 3.6 | 7.03 | 1.48 | - |
| YUV | 54.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 11 | 0.95 | 0 | 0.88 | 0.65 | 125 | 0.91 | 0.18 |
| Hex | 4 | 58 | B | 5F | 0 | 58 | 41 | 7D | 5B | 12 |
| Octal | 4 | 130 | 13 | 137 | 0 | 130 | 101 | 175 | 133 | 22 |
| Binary | 100 | 1011000 | 1011 | 1011111 | 0 | 1011000 | 1000001 | 1111101 | 1011011 | 10010 |
Color Harmonies of #04580B
Complementary color
Monochromatic Colors of #04580B
Black with #04580B
Text Example
Text Example
White with #04580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04580B; }
p { color: rgb(4,88,11); }
H1.HeaderClassName
{
color: #04580B;
}
.AnyTagClassName
{
color: #04580B;
}
</style>
background-color css
<style>
a { background-color: #04580B; }
a { background-color: rgb(4,88,11); }
div.DivClassName
{
background-color: #04580B;
}
.BgClassName
{
background-color: #04580B;
}
</style>
border-color css
<style>
span { border-color: #04580B; }
span { border-color: rgb(4,88,11); }
td.TdClassName
{
border-color: #04580B;
}
.TagClassName
{
border-color: #04580B;
}
</style>