Shades of Verdun Green #5A6208
Tints of Verdun Green #5A6208
RGB
CMYK
RGB Variations
Color information
#5A6208 (or 0x5A6208) is known color: Verdun Green. HEX triplet: 5A, 62 and 08. RGB value is (90,98,8). Sum of RGB (Red+Green+Blue) = 90+98+8=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6208 is #A59DF7. Grayscale: #555555. Windows color (decimal): -10853880 or 549466. OLE color: 549466.
HSL color Cylindrical-coordinate representation of color #5A6208: hue angle of 65.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A6208 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 8 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.62 |
| HSL | 65.33º | 0.85% | 0.21% | - |
| HSV(B) | 65.33º | 0.92% | 0.38% | - |
| XYZ | 8.63 | 10.93 | 1.88 | - |
| YUV | 85.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 8 | 0.08 | 0 | 0.92 | 0.62 | 65.33 | 0.85 | 0.21 |
| Hex | 5A | 62 | 8 | 8 | 0 | 5C | 3E | 41 | 55 | 15 |
| Octal | 132 | 142 | 10 | 10 | 0 | 134 | 76 | 101 | 125 | 25 |
| Binary | 1011010 | 1100010 | 1000 | 1000 | 0 | 1011100 | 111110 | 1000001 | 1010101 | 10101 |
Color Harmonies of #5A6208
Complementary color
Monochromatic Colors of #5A6208
Black with #5A6208
Text Example
Text Example
White with #5A6208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6208; }
p { color: rgb(90,98,8); }
H1.HeaderClassName
{
color: #5A6208;
}
.AnyTagClassName
{
color: #5A6208;
}
</style>
background-color css
<style>
a { background-color: #5A6208; }
a { background-color: rgb(90,98,8); }
div.DivClassName
{
background-color: #5A6208;
}
.BgClassName
{
background-color: #5A6208;
}
</style>
border-color css
<style>
span { border-color: #5A6208; }
span { border-color: rgb(90,98,8); }
td.TdClassName
{
border-color: #5A6208;
}
.TagClassName
{
border-color: #5A6208;
}
</style>