Shades of Verdun Green #535408
Tints of Verdun Green #535408
RGB
CMYK
RGB Variations
Color information
#535408 (or 0x535408) is known color: Verdun Green. HEX triplet: 53, 54 and 08. RGB value is (83,84,8). Sum of RGB (Red+Green+Blue) = 83+84+8=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #535408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535408 is #ACABF7. Grayscale: #4B4B4B. Windows color (decimal): -11316216 or 545875. OLE color: 545875.
HSL color Cylindrical-coordinate representation of color #535408: hue angle of 60.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #535408 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 8 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.67 |
| HSL | 60.79º | 0.83% | 0.18% | - |
| HSV(B) | 60.79º | 0.9% | 0.33% | - |
| XYZ | 6.78 | 8.2 | 1.45 | - |
| YUV | 75.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 8 | 0.01 | 0 | 0.90 | 0.67 | 60.79 | 0.83 | 0.18 |
| Hex | 53 | 54 | 8 | 1 | 0 | 5A | 43 | 3D | 53 | 12 |
| Octal | 123 | 124 | 10 | 1 | 0 | 132 | 103 | 75 | 123 | 22 |
| Binary | 1010011 | 1010100 | 1000 | 1 | 0 | 1011010 | 1000011 | 111101 | 1010011 | 10010 |
Color Harmonies of #535408
Complementary color
Monochromatic Colors of #535408
Black with #535408
Text Example
Text Example
White with #535408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535408; }
p { color: rgb(83,84,8); }
H1.HeaderClassName
{
color: #535408;
}
.AnyTagClassName
{
color: #535408;
}
</style>
background-color css
<style>
a { background-color: #535408; }
a { background-color: rgb(83,84,8); }
div.DivClassName
{
background-color: #535408;
}
.BgClassName
{
background-color: #535408;
}
</style>
border-color css
<style>
span { border-color: #535408; }
span { border-color: rgb(83,84,8); }
td.TdClassName
{
border-color: #535408;
}
.TagClassName
{
border-color: #535408;
}
</style>