Shades of Verdun Green #5A5300
Tints of Verdun Green #5A5300
RGB
CMYK
RGB Variations
Color information
#5A5300 (or 0x5A5300) is known color: Verdun Green. HEX triplet: 5A, 53 and 00. RGB value is (90,83,0). Sum of RGB (Red+Green+Blue) = 90+83+0=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5300 is #A5ACFF. Grayscale: #4B4B4B. Windows color (decimal): -10857728 or 21338. OLE color: 21338.
HSL color Cylindrical-coordinate representation of color #5A5300: hue angle of 55.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A5300 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.65 |
| HSL | 55.33º | 1% | 0.18% | - |
| HSV(B) | 55.33º | 1% | 0.35% | - |
| XYZ | 7.31 | 8.36 | 1.23 | - |
| YUV | 75.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 0 | 0 | 0.08 | 1 | 0.65 | 55.33 | 1 | 0.18 |
| Hex | 5A | 53 | 0 | 0 | 8 | 64 | 41 | 37 | 64 | 12 |
| Octal | 132 | 123 | 0 | 0 | 10 | 144 | 101 | 67 | 144 | 22 |
| Binary | 1011010 | 1010011 | 0 | 0 | 1000 | 1100100 | 1000001 | 110111 | 1100100 | 10010 |
Color Harmonies of #5A5300
Complementary color
Monochromatic Colors of #5A5300
Black with #5A5300
Text Example
Text Example
White with #5A5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5300; }
p { color: rgb(90,83,0); }
H1.HeaderClassName
{
color: #5A5300;
}
.AnyTagClassName
{
color: #5A5300;
}
</style>
background-color css
<style>
a { background-color: #5A5300; }
a { background-color: rgb(90,83,0); }
div.DivClassName
{
background-color: #5A5300;
}
.BgClassName
{
background-color: #5A5300;
}
</style>
border-color css
<style>
span { border-color: #5A5300; }
span { border-color: rgb(90,83,0); }
td.TdClassName
{
border-color: #5A5300;
}
.TagClassName
{
border-color: #5A5300;
}
</style>