Shades of Verdun Green #57620C
Tints of Verdun Green #57620C
RGB
CMYK
RGB Variations
Color information
#57620C (or 0x57620C) is known color: Verdun Green. HEX triplet: 57, 62 and 0C. RGB value is (87,98,12). Sum of RGB (Red+Green+Blue) = 87+98+12=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #57620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57620C is #A89DF3. Grayscale: #555555. Windows color (decimal): -11050484 or 811607. OLE color: 811607.
HSL color Cylindrical-coordinate representation of color #57620C: hue angle of 67.67º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57620C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 98 | 12 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.62 |
| HSL | 67.67º | 0.78% | 0.22% | - |
| HSV(B) | 67.67º | 0.88% | 0.38% | - |
| XYZ | 8.36 | 10.79 | 1.99 | - |
| YUV | 84.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 12 | 0.11 | 0 | 0.88 | 0.62 | 67.67 | 0.78 | 0.22 |
| Hex | 57 | 62 | C | B | 0 | 58 | 3E | 44 | 4E | 16 |
| Octal | 127 | 142 | 14 | 13 | 0 | 130 | 76 | 104 | 116 | 26 |
| Binary | 1010111 | 1100010 | 1100 | 1011 | 0 | 1011000 | 111110 | 1000100 | 1001110 | 10110 |
Color Harmonies of #57620C
Complementary color
Monochromatic Colors of #57620C
Black with #57620C
Text Example
Text Example
White with #57620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57620C; }
p { color: rgb(87,98,12); }
H1.HeaderClassName
{
color: #57620C;
}
.AnyTagClassName
{
color: #57620C;
}
</style>
background-color css
<style>
a { background-color: #57620C; }
a { background-color: rgb(87,98,12); }
div.DivClassName
{
background-color: #57620C;
}
.BgClassName
{
background-color: #57620C;
}
</style>
border-color css
<style>
span { border-color: #57620C; }
span { border-color: rgb(87,98,12); }
td.TdClassName
{
border-color: #57620C;
}
.TagClassName
{
border-color: #57620C;
}
</style>