Shades of Verdun Green #425B14
Tints of Verdun Green #425B14
RGB
CMYK
RGB Variations
Color information
#425B14 (or 0x425B14) is known color: Verdun Green. HEX triplet: 42, 5B and 14. RGB value is (66,91,20). Sum of RGB (Red+Green+Blue) = 66+91+20=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #425B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425B14 is #BDA4EB. Grayscale: #4B4B4B. Windows color (decimal): -12428524 or 1334082. OLE color: 1334082.
HSL color Cylindrical-coordinate representation of color #425B14: hue angle of 81.13º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #425B14 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 20 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.64 |
| HSL | 81.13º | 0.64% | 0.22% | - |
| HSV(B) | 81.13º | 0.78% | 0.36% | - |
| XYZ | 6.11 | 8.69 | 2.02 | - |
| YUV | 75.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 20 | 0.27 | 0 | 0.78 | 0.64 | 81.13 | 0.64 | 0.22 |
| Hex | 42 | 5B | 14 | 1B | 0 | 4E | 40 | 51 | 40 | 16 |
| Octal | 102 | 133 | 24 | 33 | 0 | 116 | 100 | 121 | 100 | 26 |
| Binary | 1000010 | 1011011 | 10100 | 11011 | 0 | 1001110 | 1000000 | 1010001 | 1000000 | 10110 |
Color Harmonies of #425B14
Complementary color
Monochromatic Colors of #425B14
Black with #425B14
Text Example
Text Example
White with #425B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B14; }
p { color: rgb(66,91,20); }
H1.HeaderClassName
{
color: #425B14;
}
.AnyTagClassName
{
color: #425B14;
}
</style>
background-color css
<style>
a { background-color: #425B14; }
a { background-color: rgb(66,91,20); }
div.DivClassName
{
background-color: #425B14;
}
.BgClassName
{
background-color: #425B14;
}
</style>
border-color css
<style>
span { border-color: #425B14; }
span { border-color: rgb(66,91,20); }
td.TdClassName
{
border-color: #425B14;
}
.TagClassName
{
border-color: #425B14;
}
</style>