Shades of Verdun Green #5A5C07
Tints of Verdun Green #5A5C07
RGB
CMYK
RGB Variations
Color information
#5A5C07 (or 0x5A5C07) is known color: Verdun Green. HEX triplet: 5A, 5C and 07. RGB value is (90,92,7). Sum of RGB (Red+Green+Blue) = 90+92+7=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5C07 is #A5A3F8. Grayscale: #525252. Windows color (decimal): -10855417 or 482394. OLE color: 482394.
HSL color Cylindrical-coordinate representation of color #5A5C07: hue angle of 61.41º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A5C07 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 92 | 7 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.64 |
| HSL | 61.41º | 0.86% | 0.19% | - |
| HSV(B) | 61.41º | 0.92% | 0.36% | - |
| XYZ | 8.08 | 9.84 | 1.67 | - |
| YUV | 81.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 7 | 0.02 | 0 | 0.92 | 0.64 | 61.41 | 0.86 | 0.19 |
| Hex | 5A | 5C | 7 | 2 | 0 | 5C | 40 | 3D | 56 | 13 |
| Octal | 132 | 134 | 7 | 2 | 0 | 134 | 100 | 75 | 126 | 23 |
| Binary | 1011010 | 1011100 | 111 | 10 | 0 | 1011100 | 1000000 | 111101 | 1010110 | 10011 |
Color Harmonies of #5A5C07
Complementary color
Monochromatic Colors of #5A5C07
Black with #5A5C07
Text Example
Text Example
White with #5A5C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C07; }
p { color: rgb(90,92,7); }
H1.HeaderClassName
{
color: #5A5C07;
}
.AnyTagClassName
{
color: #5A5C07;
}
</style>
background-color css
<style>
a { background-color: #5A5C07; }
a { background-color: rgb(90,92,7); }
div.DivClassName
{
background-color: #5A5C07;
}
.BgClassName
{
background-color: #5A5C07;
}
</style>
border-color css
<style>
span { border-color: #5A5C07; }
span { border-color: rgb(90,92,7); }
td.TdClassName
{
border-color: #5A5C07;
}
.TagClassName
{
border-color: #5A5C07;
}
</style>