Shades of Verdun Green #555302
Tints of Verdun Green #555302
RGB
CMYK
RGB Variations
Color information
#555302 (or 0x555302) is known color: Verdun Green. HEX triplet: 55, 53 and 02. RGB value is (85,83,2). Sum of RGB (Red+Green+Blue) = 85+83+2=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #555302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555302 is #AAACFD. Grayscale: #4A4A4A. Windows color (decimal): -11185406 or 152405. OLE color: 152405.
HSL color Cylindrical-coordinate representation of color #555302: hue angle of 58.55º 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 #555302 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.67 |
| HSL | 58.55º | 0.95% | 0.17% | - |
| HSV(B) | 58.55º | 0.98% | 0.33% | - |
| XYZ | 6.85 | 8.12 | 1.26 | - |
| YUV | 74.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 2 | 0 | 0.02 | 0.98 | 0.67 | 58.55 | 0.95 | 0.17 |
| Hex | 55 | 53 | 2 | 0 | 2 | 62 | 43 | 3B | 5F | 11 |
| Octal | 125 | 123 | 2 | 0 | 2 | 142 | 103 | 73 | 137 | 21 |
| Binary | 1010101 | 1010011 | 10 | 0 | 10 | 1100010 | 1000011 | 111011 | 1011111 | 10001 |
Color Harmonies of #555302
Complementary color
Monochromatic Colors of #555302
Black with #555302
Text Example
Text Example
White with #555302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555302; }
p { color: rgb(85,83,2); }
H1.HeaderClassName
{
color: #555302;
}
.AnyTagClassName
{
color: #555302;
}
</style>
background-color css
<style>
a { background-color: #555302; }
a { background-color: rgb(85,83,2); }
div.DivClassName
{
background-color: #555302;
}
.BgClassName
{
background-color: #555302;
}
</style>
border-color css
<style>
span { border-color: #555302; }
span { border-color: rgb(85,83,2); }
td.TdClassName
{
border-color: #555302;
}
.TagClassName
{
border-color: #555302;
}
</style>