Shades of Verdun Green #394C02
Tints of Verdun Green #394C02
RGB
CMYK
RGB Variations
Color information
#394C02 (or 0x394C02) is known color: Verdun Green. HEX triplet: 39, 4C and 02. RGB value is (57,76,2). Sum of RGB (Red+Green+Blue) = 57+76+2=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #394C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394C02 is #C6B3FD. Grayscale: #3E3E3E. Windows color (decimal): -13022206 or 150585. OLE color: 150585.
HSL color Cylindrical-coordinate representation of color #394C02: hue angle of 75.41º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #394C02 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 76 | 2 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.70 |
| HSL | 75.41º | 0.95% | 0.15% | - |
| HSV(B) | 75.41º | 0.97% | 0.3% | - |
| XYZ | 4.28 | 6.04 | 1 | - |
| YUV | 61.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 2 | 0.25 | 0 | 0.97 | 0.70 | 75.41 | 0.95 | 0.15 |
| Hex | 39 | 4C | 2 | 19 | 0 | 61 | 46 | 4B | 5F | F |
| Octal | 71 | 114 | 2 | 31 | 0 | 141 | 106 | 113 | 137 | 17 |
| Binary | 111001 | 1001100 | 10 | 11001 | 0 | 1100001 | 1000110 | 1001011 | 1011111 | 1111 |
Color Harmonies of #394C02
Complementary color
Monochromatic Colors of #394C02
Black with #394C02
Text Example
Text Example
White with #394C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C02; }
p { color: rgb(57,76,2); }
H1.HeaderClassName
{
color: #394C02;
}
.AnyTagClassName
{
color: #394C02;
}
</style>
background-color css
<style>
a { background-color: #394C02; }
a { background-color: rgb(57,76,2); }
div.DivClassName
{
background-color: #394C02;
}
.BgClassName
{
background-color: #394C02;
}
</style>
border-color css
<style>
span { border-color: #394C02; }
span { border-color: rgb(57,76,2); }
td.TdClassName
{
border-color: #394C02;
}
.TagClassName
{
border-color: #394C02;
}
</style>