Shades of Verdun Green #425A08
Tints of Verdun Green #425A08
RGB
CMYK
RGB Variations
Color information
#425A08 (or 0x425A08) is known color: Verdun Green. HEX triplet: 42, 5A and 08. RGB value is (66,90,8). Sum of RGB (Red+Green+Blue) = 66+90+8=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #425A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A08 is #BDA5F7. Grayscale: #494949. Windows color (decimal): -12428792 or 547394. OLE color: 547394.
HSL color Cylindrical-coordinate representation of color #425A08: hue angle of 77.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #425A08 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 8 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.65 |
| HSL | 77.56º | 0.84% | 0.19% | - |
| HSV(B) | 77.56º | 0.91% | 0.35% | - |
| XYZ | 5.95 | 8.49 | 1.55 | - |
| YUV | 73.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 8 | 0.27 | 0 | 0.91 | 0.65 | 77.56 | 0.84 | 0.19 |
| Hex | 42 | 5A | 8 | 1B | 0 | 5B | 41 | 4E | 54 | 13 |
| Octal | 102 | 132 | 10 | 33 | 0 | 133 | 101 | 116 | 124 | 23 |
| Binary | 1000010 | 1011010 | 1000 | 11011 | 0 | 1011011 | 1000001 | 1001110 | 1010100 | 10011 |
Color Harmonies of #425A08
Complementary color
Monochromatic Colors of #425A08
Black with #425A08
Text Example
Text Example
White with #425A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A08; }
p { color: rgb(66,90,8); }
H1.HeaderClassName
{
color: #425A08;
}
.AnyTagClassName
{
color: #425A08;
}
</style>
background-color css
<style>
a { background-color: #425A08; }
a { background-color: rgb(66,90,8); }
div.DivClassName
{
background-color: #425A08;
}
.BgClassName
{
background-color: #425A08;
}
</style>
border-color css
<style>
span { border-color: #425A08; }
span { border-color: rgb(66,90,8); }
td.TdClassName
{
border-color: #425A08;
}
.TagClassName
{
border-color: #425A08;
}
</style>