Shades of Verdun Green #535A06
Tints of Verdun Green #535A06
RGB
CMYK
RGB Variations
Color information
#535A06 (or 0x535A06) is known color: Verdun Green. HEX triplet: 53, 5A and 06. RGB value is (83,90,6). Sum of RGB (Red+Green+Blue) = 83+90+6=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #535A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A06 is #ACA5F9. Grayscale: #4E4E4E. Windows color (decimal): -11314682 or 416339. OLE color: 416339.
HSL color Cylindrical-coordinate representation of color #535A06: hue angle of 65º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #535A06 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 6 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.65 |
| HSL | 65º | 0.88% | 0.19% | - |
| HSV(B) | 65º | 0.93% | 0.35% | - |
| XYZ | 7.26 | 9.16 | 1.56 | - |
| YUV | 78.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 6 | 0.08 | 0 | 0.93 | 0.65 | 65 | 0.88 | 0.19 |
| Hex | 53 | 5A | 6 | 8 | 0 | 5D | 41 | 41 | 58 | 13 |
| Octal | 123 | 132 | 6 | 10 | 0 | 135 | 101 | 101 | 130 | 23 |
| Binary | 1010011 | 1011010 | 110 | 1000 | 0 | 1011101 | 1000001 | 1000001 | 1011000 | 10011 |
Color Harmonies of #535A06
Complementary color
Monochromatic Colors of #535A06
Black with #535A06
Text Example
Text Example
White with #535A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A06; }
p { color: rgb(83,90,6); }
H1.HeaderClassName
{
color: #535A06;
}
.AnyTagClassName
{
color: #535A06;
}
</style>
background-color css
<style>
a { background-color: #535A06; }
a { background-color: rgb(83,90,6); }
div.DivClassName
{
background-color: #535A06;
}
.BgClassName
{
background-color: #535A06;
}
</style>
border-color css
<style>
span { border-color: #535A06; }
span { border-color: rgb(83,90,6); }
td.TdClassName
{
border-color: #535A06;
}
.TagClassName
{
border-color: #535A06;
}
</style>