Shades of Verdun Green #395508
Tints of Verdun Green #395508
RGB
CMYK
RGB Variations
Color information
#395508 (or 0x395508) is known color: Verdun Green. HEX triplet: 39, 55 and 08. RGB value is (57,85,8). Sum of RGB (Red+Green+Blue) = 57+85+8=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #395508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395508 is #C6AAF7. Grayscale: #444444. Windows color (decimal): -13019896 or 546105. OLE color: 546105.
HSL color Cylindrical-coordinate representation of color #395508: hue angle of 81.82º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #395508 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 85 | 8 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.67 |
| HSL | 81.82º | 0.83% | 0.18% | - |
| HSV(B) | 81.82º | 0.91% | 0.33% | - |
| XYZ | 4.98 | 7.38 | 1.39 | - |
| YUV | 67.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 8 | 0.33 | 0 | 0.91 | 0.67 | 81.82 | 0.83 | 0.18 |
| Hex | 39 | 55 | 8 | 21 | 0 | 5B | 43 | 52 | 53 | 12 |
| Octal | 71 | 125 | 10 | 41 | 0 | 133 | 103 | 122 | 123 | 22 |
| Binary | 111001 | 1010101 | 1000 | 100001 | 0 | 1011011 | 1000011 | 1010010 | 1010011 | 10010 |
Color Harmonies of #395508
Complementary color
Monochromatic Colors of #395508
Black with #395508
Text Example
Text Example
White with #395508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395508; }
p { color: rgb(57,85,8); }
H1.HeaderClassName
{
color: #395508;
}
.AnyTagClassName
{
color: #395508;
}
</style>
background-color css
<style>
a { background-color: #395508; }
a { background-color: rgb(57,85,8); }
div.DivClassName
{
background-color: #395508;
}
.BgClassName
{
background-color: #395508;
}
</style>
border-color css
<style>
span { border-color: #395508; }
span { border-color: rgb(57,85,8); }
td.TdClassName
{
border-color: #395508;
}
.TagClassName
{
border-color: #395508;
}
</style>