Shades of Verdun Green #5A5302
Tints of Verdun Green #5A5302
RGB
CMYK
RGB Variations
Color information
#5A5302 (or 0x5A5302) is known color: Verdun Green. HEX triplet: 5A, 53 and 02. RGB value is (90,83,2). Sum of RGB (Red+Green+Blue) = 90+83+2=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5302 is #A5ACFD. Grayscale: #4C4C4C. Windows color (decimal): -10857726 or 152410. OLE color: 152410.
HSL color Cylindrical-coordinate representation of color #5A5302: hue angle of 55.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A5302 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 2 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.65 |
| HSL | 55.23º | 0.96% | 0.18% | - |
| HSV(B) | 55.23º | 0.98% | 0.35% | - |
| XYZ | 7.32 | 8.36 | 1.29 | - |
| YUV | 75.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 2 | 0 | 0.08 | 0.98 | 0.65 | 55.23 | 0.96 | 0.18 |
| Hex | 5A | 53 | 2 | 0 | 8 | 62 | 41 | 37 | 60 | 12 |
| Octal | 132 | 123 | 2 | 0 | 10 | 142 | 101 | 67 | 140 | 22 |
| Binary | 1011010 | 1010011 | 10 | 0 | 1000 | 1100010 | 1000001 | 110111 | 1100000 | 10010 |
Color Harmonies of #5A5302
Complementary color
Monochromatic Colors of #5A5302
Black with #5A5302
Text Example
Text Example
White with #5A5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5302; }
p { color: rgb(90,83,2); }
H1.HeaderClassName
{
color: #5A5302;
}
.AnyTagClassName
{
color: #5A5302;
}
</style>
background-color css
<style>
a { background-color: #5A5302; }
a { background-color: rgb(90,83,2); }
div.DivClassName
{
background-color: #5A5302;
}
.BgClassName
{
background-color: #5A5302;
}
</style>
border-color css
<style>
span { border-color: #5A5302; }
span { border-color: rgb(90,83,2); }
td.TdClassName
{
border-color: #5A5302;
}
.TagClassName
{
border-color: #5A5302;
}
</style>