Shades of Verdun Green #425C19
Tints of Verdun Green #425C19
RGB
CMYK
RGB Variations
Color information
#425C19 (or 0x425C19) is known color: Verdun Green. HEX triplet: 42, 5C and 19. RGB value is (66,92,25). Sum of RGB (Red+Green+Blue) = 66+92+25=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #425C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C19 is #BDA3E6. Grayscale: #4C4C4C. Windows color (decimal): -12428263 or 1662018. OLE color: 1662018.
HSL color Cylindrical-coordinate representation of color #425C19: hue angle of 83.28º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425C19 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 25 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.64 |
| HSL | 83.28º | 0.57% | 0.23% | - |
| HSV(B) | 83.28º | 0.73% | 0.36% | - |
| XYZ | 6.25 | 8.88 | 2.3 | - |
| YUV | 76.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 25 | 0.28 | 0 | 0.73 | 0.64 | 83.28 | 0.57 | 0.23 |
| Hex | 42 | 5C | 19 | 1C | 0 | 49 | 40 | 53 | 39 | 17 |
| Octal | 102 | 134 | 31 | 34 | 0 | 111 | 100 | 123 | 71 | 27 |
| Binary | 1000010 | 1011100 | 11001 | 11100 | 0 | 1001001 | 1000000 | 1010011 | 111001 | 10111 |
Color Harmonies of #425C19
Complementary color
Monochromatic Colors of #425C19
Black with #425C19
Text Example
Text Example
White with #425C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C19; }
p { color: rgb(66,92,25); }
H1.HeaderClassName
{
color: #425C19;
}
.AnyTagClassName
{
color: #425C19;
}
</style>
background-color css
<style>
a { background-color: #425C19; }
a { background-color: rgb(66,92,25); }
div.DivClassName
{
background-color: #425C19;
}
.BgClassName
{
background-color: #425C19;
}
</style>
border-color css
<style>
span { border-color: #425C19; }
span { border-color: rgb(66,92,25); }
td.TdClassName
{
border-color: #425C19;
}
.TagClassName
{
border-color: #425C19;
}
</style>