Shades of Verdun Green #395202
Tints of Verdun Green #395202
RGB
CMYK
RGB Variations
Color information
#395202 (or 0x395202) is known color: Verdun Green. HEX triplet: 39, 52 and 02. RGB value is (57,82,2). Sum of RGB (Red+Green+Blue) = 57+82+2=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #395202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395202 is #C6ADFD. Grayscale: #414141. Windows color (decimal): -13020670 or 152121. OLE color: 152121.
HSL color Cylindrical-coordinate representation of color #395202: hue angle of 78.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #395202 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 2 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.68 |
| HSL | 78.75º | 0.95% | 0.16% | - |
| HSV(B) | 78.75º | 0.98% | 0.32% | - |
| XYZ | 4.72 | 6.91 | 1.14 | - |
| YUV | 65.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 2 | 0.30 | 0 | 0.98 | 0.68 | 78.75 | 0.95 | 0.16 |
| Hex | 39 | 52 | 2 | 1E | 0 | 62 | 44 | 4F | 5F | 10 |
| Octal | 71 | 122 | 2 | 36 | 0 | 142 | 104 | 117 | 137 | 20 |
| Binary | 111001 | 1010010 | 10 | 11110 | 0 | 1100010 | 1000100 | 1001111 | 1011111 | 10000 |
Color Harmonies of #395202
Complementary color
Monochromatic Colors of #395202
Black with #395202
Text Example
Text Example
White with #395202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395202; }
p { color: rgb(57,82,2); }
H1.HeaderClassName
{
color: #395202;
}
.AnyTagClassName
{
color: #395202;
}
</style>
background-color css
<style>
a { background-color: #395202; }
a { background-color: rgb(57,82,2); }
div.DivClassName
{
background-color: #395202;
}
.BgClassName
{
background-color: #395202;
}
</style>
border-color css
<style>
span { border-color: #395202; }
span { border-color: rgb(57,82,2); }
td.TdClassName
{
border-color: #395202;
}
.TagClassName
{
border-color: #395202;
}
</style>