Shades of Verdun Green #425403
Tints of Verdun Green #425403
RGB
CMYK
RGB Variations
Color information
#425403 (or 0x425403) is known color: Verdun Green. HEX triplet: 42, 54 and 03. RGB value is (66,84,3). Sum of RGB (Red+Green+Blue) = 66+84+3=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #425403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425403 is #BDABFC. Grayscale: #454545. Windows color (decimal): -12430333 or 218178. OLE color: 218178.
HSL color Cylindrical-coordinate representation of color #425403: hue angle of 73.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #425403 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 3 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.67 |
| HSL | 73.33º | 0.93% | 0.17% | - |
| HSV(B) | 73.33º | 0.96% | 0.33% | - |
| XYZ | 5.43 | 7.51 | 1.25 | - |
| YUV | 69.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 3 | 0.21 | 0 | 0.96 | 0.67 | 73.33 | 0.93 | 0.17 |
| Hex | 42 | 54 | 3 | 15 | 0 | 60 | 43 | 49 | 5D | 11 |
| Octal | 102 | 124 | 3 | 25 | 0 | 140 | 103 | 111 | 135 | 21 |
| Binary | 1000010 | 1010100 | 11 | 10101 | 0 | 1100000 | 1000011 | 1001001 | 1011101 | 10001 |
Color Harmonies of #425403
Complementary color
Monochromatic Colors of #425403
Black with #425403
Text Example
Text Example
White with #425403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425403; }
p { color: rgb(66,84,3); }
H1.HeaderClassName
{
color: #425403;
}
.AnyTagClassName
{
color: #425403;
}
</style>
background-color css
<style>
a { background-color: #425403; }
a { background-color: rgb(66,84,3); }
div.DivClassName
{
background-color: #425403;
}
.BgClassName
{
background-color: #425403;
}
</style>
border-color css
<style>
span { border-color: #425403; }
span { border-color: rgb(66,84,3); }
td.TdClassName
{
border-color: #425403;
}
.TagClassName
{
border-color: #425403;
}
</style>