Shades of Verdun Green #555C02
Tints of Verdun Green #555C02
RGB
CMYK
RGB Variations
Color information
#555C02 (or 0x555C02) is known color: Verdun Green. HEX triplet: 55, 5C and 02. RGB value is (85,92,2). Sum of RGB (Red+Green+Blue) = 85+92+2=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #555C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555C02 is #AAA3FD. Grayscale: #505050. Windows color (decimal): -11183102 or 154709. OLE color: 154709.
HSL color Cylindrical-coordinate representation of color #555C02: hue angle of 64.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555C02 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 2 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.64 |
| HSL | 64.67º | 0.96% | 0.18% | - |
| HSV(B) | 64.67º | 0.98% | 0.36% | - |
| XYZ | 7.58 | 9.59 | 1.51 | - |
| YUV | 79.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 2 | 0.08 | 0 | 0.98 | 0.64 | 64.67 | 0.96 | 0.18 |
| Hex | 55 | 5C | 2 | 8 | 0 | 62 | 40 | 41 | 60 | 12 |
| Octal | 125 | 134 | 2 | 10 | 0 | 142 | 100 | 101 | 140 | 22 |
| Binary | 1010101 | 1011100 | 10 | 1000 | 0 | 1100010 | 1000000 | 1000001 | 1100000 | 10010 |
Color Harmonies of #555C02
Complementary color
Monochromatic Colors of #555C02
Black with #555C02
Text Example
Text Example
White with #555C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C02; }
p { color: rgb(85,92,2); }
H1.HeaderClassName
{
color: #555C02;
}
.AnyTagClassName
{
color: #555C02;
}
</style>
background-color css
<style>
a { background-color: #555C02; }
a { background-color: rgb(85,92,2); }
div.DivClassName
{
background-color: #555C02;
}
.BgClassName
{
background-color: #555C02;
}
</style>
border-color css
<style>
span { border-color: #555C02; }
span { border-color: rgb(85,92,2); }
td.TdClassName
{
border-color: #555C02;
}
.TagClassName
{
border-color: #555C02;
}
</style>