Shades of Verdun Green #536212
Tints of Verdun Green #536212
RGB
CMYK
RGB Variations
Color information
#536212 (or 0x536212) is known color: Verdun Green. HEX triplet: 53, 62 and 12. RGB value is (83,98,18). Sum of RGB (Red+Green+Blue) = 83+98+18=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #536212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536212 is #AC9DED. Grayscale: #545454. Windows color (decimal): -11312622 or 1204819. OLE color: 1204819.
HSL color Cylindrical-coordinate representation of color #536212: hue angle of 71.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #536212 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 18 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.62 |
| HSL | 71.25º | 0.69% | 0.23% | - |
| HSV(B) | 71.25º | 0.82% | 0.38% | - |
| XYZ | 8.04 | 10.62 | 2.2 | - |
| YUV | 84.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 18 | 0.15 | 0 | 0.82 | 0.62 | 71.25 | 0.69 | 0.23 |
| Hex | 53 | 62 | 12 | F | 0 | 52 | 3E | 47 | 45 | 17 |
| Octal | 123 | 142 | 22 | 17 | 0 | 122 | 76 | 107 | 105 | 27 |
| Binary | 1010011 | 1100010 | 10010 | 1111 | 0 | 1010010 | 111110 | 1000111 | 1000101 | 10111 |
Color Harmonies of #536212
Complementary color
Monochromatic Colors of #536212
Black with #536212
Text Example
Text Example
White with #536212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536212; }
p { color: rgb(83,98,18); }
H1.HeaderClassName
{
color: #536212;
}
.AnyTagClassName
{
color: #536212;
}
</style>
background-color css
<style>
a { background-color: #536212; }
a { background-color: rgb(83,98,18); }
div.DivClassName
{
background-color: #536212;
}
.BgClassName
{
background-color: #536212;
}
</style>
border-color css
<style>
span { border-color: #536212; }
span { border-color: rgb(83,98,18); }
td.TdClassName
{
border-color: #536212;
}
.TagClassName
{
border-color: #536212;
}
</style>