Shades of Verdun Green #555D02
Tints of Verdun Green #555D02
RGB
CMYK
RGB Variations
Color information
#555D02 (or 0x555D02) is known color: Verdun Green. HEX triplet: 55, 5D and 02. RGB value is (85,93,2). Sum of RGB (Red+Green+Blue) = 85+93+2=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #555D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D02 is #AAA2FD. Grayscale: #505050. Windows color (decimal): -11182846 or 154965. OLE color: 154965.
HSL color Cylindrical-coordinate representation of color #555D02: hue angle of 65.27º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555D02 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 2 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.64 |
| HSL | 65.27º | 0.96% | 0.19% | - |
| HSV(B) | 65.27º | 0.98% | 0.36% | - |
| XYZ | 7.67 | 9.76 | 1.54 | - |
| YUV | 80.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 2 | 0.09 | 0 | 0.98 | 0.64 | 65.27 | 0.96 | 0.19 |
| Hex | 55 | 5D | 2 | 9 | 0 | 62 | 40 | 41 | 60 | 13 |
| Octal | 125 | 135 | 2 | 11 | 0 | 142 | 100 | 101 | 140 | 23 |
| Binary | 1010101 | 1011101 | 10 | 1001 | 0 | 1100010 | 1000000 | 1000001 | 1100000 | 10011 |
Color Harmonies of #555D02
Complementary color
Monochromatic Colors of #555D02
Black with #555D02
Text Example
Text Example
White with #555D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D02; }
p { color: rgb(85,93,2); }
H1.HeaderClassName
{
color: #555D02;
}
.AnyTagClassName
{
color: #555D02;
}
</style>
background-color css
<style>
a { background-color: #555D02; }
a { background-color: rgb(85,93,2); }
div.DivClassName
{
background-color: #555D02;
}
.BgClassName
{
background-color: #555D02;
}
</style>
border-color css
<style>
span { border-color: #555D02; }
span { border-color: rgb(85,93,2); }
td.TdClassName
{
border-color: #555D02;
}
.TagClassName
{
border-color: #555D02;
}
</style>