Shades of Green #005D08
Tints of Green #005D08
RGB
CMYK
RGB Variations
Color information
#005D08 (or 0x005D08) is known color: Green. HEX triplet: 00, 5D and 08. RGB value is (0,93,8). Sum of RGB (Red+Green+Blue) = 0+93+8=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 93 (36.72% from 255 or 92.08% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 93 - color contains mainly: green. Hex color #005D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005D08 is #FFA2F7. Grayscale: #373737. Windows color (decimal): -16753400 or 548096. OLE color: 548096.
HSL color Cylindrical-coordinate representation of color #005D08: hue angle of 125.16º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D08 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 8 | - |
| CMYK | 1 | 0 | 0.91 | 0.64 |
| HSL | 125.16º | 1% | 0.18% | - |
| HSV(B) | 125.16º | 1% | 0.36% | - |
| XYZ | 3.96 | 7.85 | 1.54 | - |
| YUV | 55.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 8 | 1 | 0 | 0.91 | 0.64 | 125.16 | 1 | 0.18 |
| Hex | 0 | 5D | 8 | 64 | 0 | 5B | 40 | 7D | 64 | 12 |
| Octal | 0 | 135 | 10 | 144 | 0 | 133 | 100 | 175 | 144 | 22 |
| Binary | 0 | 1011101 | 1000 | 1100100 | 0 | 1011011 | 1000000 | 1111101 | 1100100 | 10010 |
Color Harmonies of #005D08
Complementary color
Monochromatic Colors of #005D08
Black with #005D08
Text Example
Text Example
White with #005D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D08; }
p { color: rgb(0,93,8); }
H1.HeaderClassName
{
color: #005D08;
}
.AnyTagClassName
{
color: #005D08;
}
</style>
background-color css
<style>
a { background-color: #005D08; }
a { background-color: rgb(0,93,8); }
div.DivClassName
{
background-color: #005D08;
}
.BgClassName
{
background-color: #005D08;
}
</style>
border-color css
<style>
span { border-color: #005D08; }
span { border-color: rgb(0,93,8); }
td.TdClassName
{
border-color: #005D08;
}
.TagClassName
{
border-color: #005D08;
}
</style>