Shades of Verdun Green #425C08
Tints of Verdun Green #425C08
RGB
CMYK
RGB Variations
Color information
#425C08 (or 0x425C08) is known color: Verdun Green. HEX triplet: 42, 5C and 08. RGB value is (66,92,8). Sum of RGB (Red+Green+Blue) = 66+92+8=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #425C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C08 is #BDA3F7. Grayscale: #4A4A4A. Windows color (decimal): -12428280 or 547906. OLE color: 547906.
HSL color Cylindrical-coordinate representation of color #425C08: hue angle of 78.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #425C08 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 8 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.64 |
| HSL | 78.57º | 0.84% | 0.2% | - |
| HSV(B) | 78.57º | 0.91% | 0.36% | - |
| XYZ | 6.12 | 8.83 | 1.61 | - |
| YUV | 74.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 8 | 0.28 | 0 | 0.91 | 0.64 | 78.57 | 0.84 | 0.2 |
| Hex | 42 | 5C | 8 | 1C | 0 | 5B | 40 | 4F | 54 | 14 |
| Octal | 102 | 134 | 10 | 34 | 0 | 133 | 100 | 117 | 124 | 24 |
| Binary | 1000010 | 1011100 | 1000 | 11100 | 0 | 1011011 | 1000000 | 1001111 | 1010100 | 10100 |
Color Harmonies of #425C08
Complementary color
Monochromatic Colors of #425C08
Black with #425C08
Text Example
Text Example
White with #425C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C08; }
p { color: rgb(66,92,8); }
H1.HeaderClassName
{
color: #425C08;
}
.AnyTagClassName
{
color: #425C08;
}
</style>
background-color css
<style>
a { background-color: #425C08; }
a { background-color: rgb(66,92,8); }
div.DivClassName
{
background-color: #425C08;
}
.BgClassName
{
background-color: #425C08;
}
</style>
border-color css
<style>
span { border-color: #425C08; }
span { border-color: rgb(66,92,8); }
td.TdClassName
{
border-color: #425C08;
}
.TagClassName
{
border-color: #425C08;
}
</style>