Shades of Verdun Green #5A6302
Tints of Verdun Green #5A6302
RGB
CMYK
RGB Variations
Color information
#5A6302 (or 0x5A6302) is known color: Verdun Green. HEX triplet: 5A, 63 and 02. RGB value is (90,99,2). Sum of RGB (Red+Green+Blue) = 90+99+2=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6302 is #A59CFD. Grayscale: #555555. Windows color (decimal): -10853630 or 156506. OLE color: 156506.
HSL color Cylindrical-coordinate representation of color #5A6302: hue angle of 65.57º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A6302 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 2 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.61 |
| HSL | 65.57º | 0.96% | 0.2% | - |
| HSV(B) | 65.57º | 0.98% | 0.39% | - |
| XYZ | 8.69 | 11.1 | 1.74 | - |
| YUV | 85.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 2 | 0.09 | 0 | 0.98 | 0.61 | 65.57 | 0.96 | 0.2 |
| Hex | 5A | 63 | 2 | 9 | 0 | 62 | 3D | 42 | 60 | 14 |
| Octal | 132 | 143 | 2 | 11 | 0 | 142 | 75 | 102 | 140 | 24 |
| Binary | 1011010 | 1100011 | 10 | 1001 | 0 | 1100010 | 111101 | 1000010 | 1100000 | 10100 |
Color Harmonies of #5A6302
Complementary color
Monochromatic Colors of #5A6302
Black with #5A6302
Text Example
Text Example
White with #5A6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6302; }
p { color: rgb(90,99,2); }
H1.HeaderClassName
{
color: #5A6302;
}
.AnyTagClassName
{
color: #5A6302;
}
</style>
background-color css
<style>
a { background-color: #5A6302; }
a { background-color: rgb(90,99,2); }
div.DivClassName
{
background-color: #5A6302;
}
.BgClassName
{
background-color: #5A6302;
}
</style>
border-color css
<style>
span { border-color: #5A6302; }
span { border-color: rgb(90,99,2); }
td.TdClassName
{
border-color: #5A6302;
}
.TagClassName
{
border-color: #5A6302;
}
</style>