Shades of Verdun Green #535908
Tints of Verdun Green #535908
RGB
CMYK
RGB Variations
Color information
#535908 (or 0x535908) is known color: Verdun Green. HEX triplet: 53, 59 and 08. RGB value is (83,89,8). Sum of RGB (Red+Green+Blue) = 83+89+8=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #535908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535908 is #ACA6F7. Grayscale: #4E4E4E. Windows color (decimal): -11314936 or 547155. OLE color: 547155.
HSL color Cylindrical-coordinate representation of color #535908: hue angle of 64.44º degrees, saturation: 0.84, 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 #535908 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 8 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.65 |
| HSL | 64.44º | 0.84% | 0.19% | - |
| HSV(B) | 64.44º | 0.91% | 0.35% | - |
| XYZ | 7.18 | 9 | 1.59 | - |
| YUV | 77.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 8 | 0.07 | 0 | 0.91 | 0.65 | 64.44 | 0.84 | 0.19 |
| Hex | 53 | 59 | 8 | 7 | 0 | 5B | 41 | 40 | 54 | 13 |
| Octal | 123 | 131 | 10 | 7 | 0 | 133 | 101 | 100 | 124 | 23 |
| Binary | 1010011 | 1011001 | 1000 | 111 | 0 | 1011011 | 1000001 | 1000000 | 1010100 | 10011 |
Color Harmonies of #535908
Complementary color
Monochromatic Colors of #535908
Black with #535908
Text Example
Text Example
White with #535908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535908; }
p { color: rgb(83,89,8); }
H1.HeaderClassName
{
color: #535908;
}
.AnyTagClassName
{
color: #535908;
}
</style>
background-color css
<style>
a { background-color: #535908; }
a { background-color: rgb(83,89,8); }
div.DivClassName
{
background-color: #535908;
}
.BgClassName
{
background-color: #535908;
}
</style>
border-color css
<style>
span { border-color: #535908; }
span { border-color: rgb(83,89,8); }
td.TdClassName
{
border-color: #535908;
}
.TagClassName
{
border-color: #535908;
}
</style>