Shades of Verdun Green #535102
Tints of Verdun Green #535102
RGB
CMYK
RGB Variations
Color information
#535102 (or 0x535102) is known color: Verdun Green. HEX triplet: 53, 51 and 02. RGB value is (83,81,2). Sum of RGB (Red+Green+Blue) = 83+81+2=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #535102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535102 is #ACAEFD. Grayscale: #484848. Windows color (decimal): -11316990 or 151891. OLE color: 151891.
HSL color Cylindrical-coordinate representation of color #535102: hue angle of 58.52º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #535102 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.67 |
| HSL | 58.52º | 0.95% | 0.17% | - |
| HSV(B) | 58.52º | 0.98% | 0.33% | - |
| XYZ | 6.52 | 7.73 | 1.21 | - |
| YUV | 72.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 2 | 0 | 0.02 | 0.98 | 0.67 | 58.52 | 0.95 | 0.17 |
| Hex | 53 | 51 | 2 | 0 | 2 | 62 | 43 | 3B | 5F | 11 |
| Octal | 123 | 121 | 2 | 0 | 2 | 142 | 103 | 73 | 137 | 21 |
| Binary | 1010011 | 1010001 | 10 | 0 | 10 | 1100010 | 1000011 | 111011 | 1011111 | 10001 |
Color Harmonies of #535102
Complementary color
Monochromatic Colors of #535102
Black with #535102
Text Example
Text Example
White with #535102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535102; }
p { color: rgb(83,81,2); }
H1.HeaderClassName
{
color: #535102;
}
.AnyTagClassName
{
color: #535102;
}
</style>
background-color css
<style>
a { background-color: #535102; }
a { background-color: rgb(83,81,2); }
div.DivClassName
{
background-color: #535102;
}
.BgClassName
{
background-color: #535102;
}
</style>
border-color css
<style>
span { border-color: #535102; }
span { border-color: rgb(83,81,2); }
td.TdClassName
{
border-color: #535102;
}
.TagClassName
{
border-color: #535102;
}
</style>