Shades of Verdun Green #395004
Tints of Verdun Green #395004
RGB
CMYK
RGB Variations
Color information
#395004 (or 0x395004) is known color: Verdun Green. HEX triplet: 39, 50 and 04. RGB value is (57,80,4). Sum of RGB (Red+Green+Blue) = 57+80+4=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #395004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395004 is #C6AFFB. Grayscale: #404040. Windows color (decimal): -13021180 or 282681. OLE color: 282681.
HSL color Cylindrical-coordinate representation of color #395004: hue angle of 78.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #395004 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 80 | 4 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.69 |
| HSL | 78.16º | 0.9% | 0.16% | - |
| HSV(B) | 78.16º | 0.95% | 0.31% | - |
| XYZ | 4.58 | 6.62 | 1.15 | - |
| YUV | 64.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 4 | 0.29 | 0 | 0.95 | 0.69 | 78.16 | 0.9 | 0.16 |
| Hex | 39 | 50 | 4 | 1D | 0 | 5F | 45 | 4E | 5A | 10 |
| Octal | 71 | 120 | 4 | 35 | 0 | 137 | 105 | 116 | 132 | 20 |
| Binary | 111001 | 1010000 | 100 | 11101 | 0 | 1011111 | 1000101 | 1001110 | 1011010 | 10000 |
Color Harmonies of #395004
Complementary color
Monochromatic Colors of #395004
Black with #395004
Text Example
Text Example
White with #395004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395004; }
p { color: rgb(57,80,4); }
H1.HeaderClassName
{
color: #395004;
}
.AnyTagClassName
{
color: #395004;
}
</style>
background-color css
<style>
a { background-color: #395004; }
a { background-color: rgb(57,80,4); }
div.DivClassName
{
background-color: #395004;
}
.BgClassName
{
background-color: #395004;
}
</style>
border-color css
<style>
span { border-color: #395004; }
span { border-color: rgb(57,80,4); }
td.TdClassName
{
border-color: #395004;
}
.TagClassName
{
border-color: #395004;
}
</style>