Shades of Verdun Green #395A05
Tints of Verdun Green #395A05
RGB
CMYK
RGB Variations
Color information
#395A05 (or 0x395A05) is known color: Verdun Green. HEX triplet: 39, 5A and 05. RGB value is (57,90,5). Sum of RGB (Red+Green+Blue) = 57+90+5=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #395A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395A05 is #C6A5FA. Grayscale: #464646. Windows color (decimal): -13018619 or 350777. OLE color: 350777.
HSL color Cylindrical-coordinate representation of color #395A05: hue angle of 83.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #395A05 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 5 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.65 |
| HSL | 83.29º | 0.89% | 0.19% | - |
| HSV(B) | 83.29º | 0.94% | 0.35% | - |
| XYZ | 5.37 | 8.19 | 1.44 | - |
| YUV | 70.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 5 | 0.37 | 0 | 0.94 | 0.65 | 83.29 | 0.89 | 0.19 |
| Hex | 39 | 5A | 5 | 25 | 0 | 5E | 41 | 53 | 59 | 13 |
| Octal | 71 | 132 | 5 | 45 | 0 | 136 | 101 | 123 | 131 | 23 |
| Binary | 111001 | 1011010 | 101 | 100101 | 0 | 1011110 | 1000001 | 1010011 | 1011001 | 10011 |
Color Harmonies of #395A05
Complementary color
Monochromatic Colors of #395A05
Black with #395A05
Text Example
Text Example
White with #395A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A05; }
p { color: rgb(57,90,5); }
H1.HeaderClassName
{
color: #395A05;
}
.AnyTagClassName
{
color: #395A05;
}
</style>
background-color css
<style>
a { background-color: #395A05; }
a { background-color: rgb(57,90,5); }
div.DivClassName
{
background-color: #395A05;
}
.BgClassName
{
background-color: #395A05;
}
</style>
border-color css
<style>
span { border-color: #395A05; }
span { border-color: rgb(57,90,5); }
td.TdClassName
{
border-color: #395A05;
}
.TagClassName
{
border-color: #395A05;
}
</style>