Shades of Verdun Green #425500
Tints of Verdun Green #425500
RGB
CMYK
RGB Variations
Color information
#425500 (or 0x425500) is known color: Verdun Green. HEX triplet: 42, 55 and 00. RGB value is (66,85,0). Sum of RGB (Red+Green+Blue) = 66+85+0=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #425500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425500 is #BDAAFF. Grayscale: #454545. Windows color (decimal): -12430080 or 21826. OLE color: 21826.
HSL color Cylindrical-coordinate representation of color #425500: hue angle of 73.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #425500 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.67 |
| HSL | 73.41º | 1% | 0.17% | - |
| HSV(B) | 73.41º | 1% | 0.33% | - |
| XYZ | 5.5 | 7.66 | 1.19 | - |
| YUV | 69.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 0 | 0.22 | 0 | 1 | 0.67 | 73.41 | 1 | 0.17 |
| Hex | 42 | 55 | 0 | 16 | 0 | 64 | 43 | 49 | 64 | 11 |
| Octal | 102 | 125 | 0 | 26 | 0 | 144 | 103 | 111 | 144 | 21 |
| Binary | 1000010 | 1010101 | 0 | 10110 | 0 | 1100100 | 1000011 | 1001001 | 1100100 | 10001 |
Color Harmonies of #425500
Complementary color
Monochromatic Colors of #425500
Black with #425500
Text Example
Text Example
White with #425500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425500; }
p { color: rgb(66,85,0); }
H1.HeaderClassName
{
color: #425500;
}
.AnyTagClassName
{
color: #425500;
}
</style>
background-color css
<style>
a { background-color: #425500; }
a { background-color: rgb(66,85,0); }
div.DivClassName
{
background-color: #425500;
}
.BgClassName
{
background-color: #425500;
}
</style>
border-color css
<style>
span { border-color: #425500; }
span { border-color: rgb(66,85,0); }
td.TdClassName
{
border-color: #425500;
}
.TagClassName
{
border-color: #425500;
}
</style>