Shades of Verdun Green #536A09
Tints of Verdun Green #536A09
RGB
CMYK
RGB Variations
Color information
#536A09 (or 0x536A09) is known color: Verdun Green. HEX triplet: 53, 6A and 09. RGB value is (83,106,9). Sum of RGB (Red+Green+Blue) = 83+106+9=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #536A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536A09 is #AC95F6. Grayscale: #585858. Windows color (decimal): -11310583 or 617043. OLE color: 617043.
HSL color Cylindrical-coordinate representation of color #536A09: hue angle of 74.23º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #536A09 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 9 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.58 |
| HSL | 74.23º | 0.84% | 0.23% | - |
| HSV(B) | 74.23º | 0.92% | 0.42% | - |
| XYZ | 8.77 | 12.17 | 2.14 | - |
| YUV | 88.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 9 | 0.22 | 0 | 0.92 | 0.58 | 74.23 | 0.84 | 0.23 |
| Hex | 53 | 6A | 9 | 16 | 0 | 5C | 3A | 4A | 54 | 17 |
| Octal | 123 | 152 | 11 | 26 | 0 | 134 | 72 | 112 | 124 | 27 |
| Binary | 1010011 | 1101010 | 1001 | 10110 | 0 | 1011100 | 111010 | 1001010 | 1010100 | 10111 |
Color Harmonies of #536A09
Complementary color
Monochromatic Colors of #536A09
Black with #536A09
Text Example
Text Example
White with #536A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A09; }
p { color: rgb(83,106,9); }
H1.HeaderClassName
{
color: #536A09;
}
.AnyTagClassName
{
color: #536A09;
}
</style>
background-color css
<style>
a { background-color: #536A09; }
a { background-color: rgb(83,106,9); }
div.DivClassName
{
background-color: #536A09;
}
.BgClassName
{
background-color: #536A09;
}
</style>
border-color css
<style>
span { border-color: #536A09; }
span { border-color: rgb(83,106,9); }
td.TdClassName
{
border-color: #536A09;
}
.TagClassName
{
border-color: #536A09;
}
</style>