Shades of Verdun Green #585308
Tints of Verdun Green #585308
RGB
CMYK
RGB Variations
Color information
#585308 (or 0x585308) is known color: Verdun Green. HEX triplet: 58, 53 and 08. RGB value is (88,83,8). Sum of RGB (Red+Green+Blue) = 88+83+8=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #585308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585308 is #A7ACF7. Grayscale: #4C4C4C. Windows color (decimal): -10988792 or 545624. OLE color: 545624.
HSL color Cylindrical-coordinate representation of color #585308: hue angle of 56.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #585308 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 8 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.65 |
| HSL | 56.25º | 0.83% | 0.19% | - |
| HSV(B) | 56.25º | 0.91% | 0.35% | - |
| XYZ | 7.16 | 8.28 | 1.45 | - |
| YUV | 75.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 8 | 0 | 0.06 | 0.91 | 0.65 | 56.25 | 0.83 | 0.19 |
| Hex | 58 | 53 | 8 | 0 | 6 | 5B | 41 | 38 | 53 | 13 |
| Octal | 130 | 123 | 10 | 0 | 6 | 133 | 101 | 70 | 123 | 23 |
| Binary | 1011000 | 1010011 | 1000 | 0 | 110 | 1011011 | 1000001 | 111000 | 1010011 | 10011 |
Color Harmonies of #585308
Complementary color
Monochromatic Colors of #585308
Black with #585308
Text Example
Text Example
White with #585308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585308; }
p { color: rgb(88,83,8); }
H1.HeaderClassName
{
color: #585308;
}
.AnyTagClassName
{
color: #585308;
}
</style>
background-color css
<style>
a { background-color: #585308; }
a { background-color: rgb(88,83,8); }
div.DivClassName
{
background-color: #585308;
}
.BgClassName
{
background-color: #585308;
}
</style>
border-color css
<style>
span { border-color: #585308; }
span { border-color: rgb(88,83,8); }
td.TdClassName
{
border-color: #585308;
}
.TagClassName
{
border-color: #585308;
}
</style>