Shades of Green #005801
Tints of Green #005801
RGB
CMYK
RGB Variations
Color information
#005801 (or 0x005801) is known color: Green. HEX triplet: 00, 58 and 01. RGB value is (0,88,1). Sum of RGB (Red+Green+Blue) = 0+88+1=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 88 (34.77% from 255 or 98.88% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 88 - color contains mainly: green. Hex color #005801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005801 is #FFA7FE. Grayscale: #343434. Windows color (decimal): -16754687 or 88064. OLE color: 88064.
HSL color Cylindrical-coordinate representation of color #005801: hue angle of 120.68º 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 #005801 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.65 |
| HSL | 120.68º | 1% | 0.17% | - |
| HSV(B) | 120.68º | 1% | 0.35% | - |
| XYZ | 3.5 | 6.98 | 1.19 | - |
| YUV | 51.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 1 | 1 | 0 | 0.99 | 0.65 | 120.68 | 1 | 0.17 |
| Hex | 0 | 58 | 1 | 64 | 0 | 63 | 41 | 79 | 64 | 11 |
| Octal | 0 | 130 | 1 | 144 | 0 | 143 | 101 | 171 | 144 | 21 |
| Binary | 0 | 1011000 | 1 | 1100100 | 0 | 1100011 | 1000001 | 1111001 | 1100100 | 10001 |
Color Harmonies of #005801
Complementary color
Monochromatic Colors of #005801
Black with #005801
Text Example
Text Example
White with #005801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005801; }
p { color: rgb(0,88,1); }
H1.HeaderClassName
{
color: #005801;
}
.AnyTagClassName
{
color: #005801;
}
</style>
background-color css
<style>
a { background-color: #005801; }
a { background-color: rgb(0,88,1); }
div.DivClassName
{
background-color: #005801;
}
.BgClassName
{
background-color: #005801;
}
</style>
border-color css
<style>
span { border-color: #005801; }
span { border-color: rgb(0,88,1); }
td.TdClassName
{
border-color: #005801;
}
.TagClassName
{
border-color: #005801;
}
</style>