Shades of Verdun Green #536409
Tints of Verdun Green #536409
RGB
CMYK
RGB Variations
Color information
#536409 (or 0x536409) is known color: Verdun Green. HEX triplet: 53, 64 and 09. RGB value is (83,100,9). Sum of RGB (Red+Green+Blue) = 83+100+9=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #536409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536409 is #AC9BF6. Grayscale: #545454. Windows color (decimal): -11312119 or 615507. OLE color: 615507.
HSL color Cylindrical-coordinate representation of color #536409: hue angle of 71.21º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #536409 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 9 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.61 |
| HSL | 71.21º | 0.83% | 0.21% | - |
| HSV(B) | 71.21º | 0.91% | 0.39% | - |
| XYZ | 8.17 | 10.97 | 1.95 | - |
| YUV | 84.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 9 | 0.17 | 0 | 0.91 | 0.61 | 71.21 | 0.83 | 0.21 |
| Hex | 53 | 64 | 9 | 11 | 0 | 5B | 3D | 47 | 53 | 15 |
| Octal | 123 | 144 | 11 | 21 | 0 | 133 | 75 | 107 | 123 | 25 |
| Binary | 1010011 | 1100100 | 1001 | 10001 | 0 | 1011011 | 111101 | 1000111 | 1010011 | 10101 |
Color Harmonies of #536409
Complementary color
Monochromatic Colors of #536409
Black with #536409
Text Example
Text Example
White with #536409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536409; }
p { color: rgb(83,100,9); }
H1.HeaderClassName
{
color: #536409;
}
.AnyTagClassName
{
color: #536409;
}
</style>
background-color css
<style>
a { background-color: #536409; }
a { background-color: rgb(83,100,9); }
div.DivClassName
{
background-color: #536409;
}
.BgClassName
{
background-color: #536409;
}
</style>
border-color css
<style>
span { border-color: #536409; }
span { border-color: rgb(83,100,9); }
td.TdClassName
{
border-color: #536409;
}
.TagClassName
{
border-color: #536409;
}
</style>