Shades of Verdun Green #425B08
Tints of Verdun Green #425B08
RGB
CMYK
RGB Variations
Color information
#425B08 (or 0x425B08) is known color: Verdun Green. HEX triplet: 42, 5B and 08. RGB value is (66,91,8). Sum of RGB (Red+Green+Blue) = 66+91+8=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #425B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425B08 is #BDA4F7. Grayscale: #4A4A4A. Windows color (decimal): -12428536 or 547650. OLE color: 547650.
HSL color Cylindrical-coordinate representation of color #425B08: hue angle of 78.07º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #425B08 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 8 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.64 |
| HSL | 78.07º | 0.84% | 0.19% | - |
| HSV(B) | 78.07º | 0.91% | 0.36% | - |
| XYZ | 6.03 | 8.66 | 1.58 | - |
| YUV | 74.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 8 | 0.27 | 0 | 0.91 | 0.64 | 78.07 | 0.84 | 0.19 |
| Hex | 42 | 5B | 8 | 1B | 0 | 5B | 40 | 4E | 54 | 13 |
| Octal | 102 | 133 | 10 | 33 | 0 | 133 | 100 | 116 | 124 | 23 |
| Binary | 1000010 | 1011011 | 1000 | 11011 | 0 | 1011011 | 1000000 | 1001110 | 1010100 | 10011 |
Color Harmonies of #425B08
Complementary color
Monochromatic Colors of #425B08
Black with #425B08
Text Example
Text Example
White with #425B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B08; }
p { color: rgb(66,91,8); }
H1.HeaderClassName
{
color: #425B08;
}
.AnyTagClassName
{
color: #425B08;
}
</style>
background-color css
<style>
a { background-color: #425B08; }
a { background-color: rgb(66,91,8); }
div.DivClassName
{
background-color: #425B08;
}
.BgClassName
{
background-color: #425B08;
}
</style>
border-color css
<style>
span { border-color: #425B08; }
span { border-color: rgb(66,91,8); }
td.TdClassName
{
border-color: #425B08;
}
.TagClassName
{
border-color: #425B08;
}
</style>