Shades of Green #005804
Tints of Green #005804
RGB
CMYK
RGB Variations
Color information
#005804 (or 0x005804) is known color: Green. HEX triplet: 00, 58 and 04. RGB value is (0,88,4). Sum of RGB (Red+Green+Blue) = 0+88+4=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 88 (34.77% from 255 or 95.65% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 88 - color contains mainly: green. Hex color #005804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005804 is #FFA7FB. Grayscale: #343434. Windows color (decimal): -16754684 or 284672. OLE color: 284672.
HSL color Cylindrical-coordinate representation of color #005804: hue angle of 122.73º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005804 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 4 | - |
| CMYK | 1 | 0 | 0.95 | 0.65 |
| HSL | 122.73º | 1% | 0.17% | - |
| HSV(B) | 122.73º | 1% | 0.35% | - |
| XYZ | 3.51 | 6.99 | 1.28 | - |
| YUV | 52.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 4 | 1 | 0 | 0.95 | 0.65 | 122.73 | 1 | 0.17 |
| Hex | 0 | 58 | 4 | 64 | 0 | 5F | 41 | 7B | 64 | 11 |
| Octal | 0 | 130 | 4 | 144 | 0 | 137 | 101 | 173 | 144 | 21 |
| Binary | 0 | 1011000 | 100 | 1100100 | 0 | 1011111 | 1000001 | 1111011 | 1100100 | 10001 |
Color Harmonies of #005804
Complementary color
Monochromatic Colors of #005804
Black with #005804
Text Example
Text Example
White with #005804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005804; }
p { color: rgb(0,88,4); }
H1.HeaderClassName
{
color: #005804;
}
.AnyTagClassName
{
color: #005804;
}
</style>
background-color css
<style>
a { background-color: #005804; }
a { background-color: rgb(0,88,4); }
div.DivClassName
{
background-color: #005804;
}
.BgClassName
{
background-color: #005804;
}
</style>
border-color css
<style>
span { border-color: #005804; }
span { border-color: rgb(0,88,4); }
td.TdClassName
{
border-color: #005804;
}
.TagClassName
{
border-color: #005804;
}
</style>