Shades of Verdun Green #534B00
Tints of Verdun Green #534B00
RGB
CMYK
RGB Variations
Color information
#534B00 (or 0x534B00) is known color: Verdun Green. HEX triplet: 53, 4B and 00. RGB value is (83,75,0). Sum of RGB (Red+Green+Blue) = 83+75+0=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B00 is #ACB4FF. Grayscale: #454545. Windows color (decimal): -11318528 or 19283. OLE color: 19283.
HSL color Cylindrical-coordinate representation of color #534B00: hue angle of 54.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #534B00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.67 |
| HSL | 54.22º | 1% | 0.16% | - |
| HSV(B) | 54.22º | 1% | 0.33% | - |
| XYZ | 6.08 | 6.87 | 1.01 | - |
| YUV | 68.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 0 | 0 | 0.10 | 1 | 0.67 | 54.22 | 1 | 0.16 |
| Hex | 53 | 4B | 0 | 0 | A | 64 | 43 | 36 | 64 | 10 |
| Octal | 123 | 113 | 0 | 0 | 12 | 144 | 103 | 66 | 144 | 20 |
| Binary | 1010011 | 1001011 | 0 | 0 | 1010 | 1100100 | 1000011 | 110110 | 1100100 | 10000 |
Color Harmonies of #534B00
Complementary color
Monochromatic Colors of #534B00
Black with #534B00
Text Example
Text Example
White with #534B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B00; }
p { color: rgb(83,75,0); }
H1.HeaderClassName
{
color: #534B00;
}
.AnyTagClassName
{
color: #534B00;
}
</style>
background-color css
<style>
a { background-color: #534B00; }
a { background-color: rgb(83,75,0); }
div.DivClassName
{
background-color: #534B00;
}
.BgClassName
{
background-color: #534B00;
}
</style>
border-color css
<style>
span { border-color: #534B00; }
span { border-color: rgb(83,75,0); }
td.TdClassName
{
border-color: #534B00;
}
.TagClassName
{
border-color: #534B00;
}
</style>