Shades of Verdun Green #424B05
Tints of Verdun Green #424B05
RGB
CMYK
RGB Variations
Color information
#424B05 (or 0x424B05) is known color: Verdun Green. HEX triplet: 42, 4B and 05. RGB value is (66,75,5). Sum of RGB (Red+Green+Blue) = 66+75+5=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #424B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B05 is #BDB4FA. Grayscale: #404040. Windows color (decimal): -12432635 or 346946. OLE color: 346946.
HSL color Cylindrical-coordinate representation of color #424B05: hue angle of 67.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #424B05 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 5 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.71 |
| HSL | 67.71º | 0.88% | 0.16% | - |
| HSV(B) | 67.71º | 0.93% | 0.29% | - |
| XYZ | 4.79 | 6.2 | 1.09 | - |
| YUV | 64.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 5 | 0.12 | 0 | 0.93 | 0.71 | 67.71 | 0.88 | 0.16 |
| Hex | 42 | 4B | 5 | C | 0 | 5D | 47 | 44 | 58 | 10 |
| Octal | 102 | 113 | 5 | 14 | 0 | 135 | 107 | 104 | 130 | 20 |
| Binary | 1000010 | 1001011 | 101 | 1100 | 0 | 1011101 | 1000111 | 1000100 | 1011000 | 10000 |
Color Harmonies of #424B05
Complementary color
Monochromatic Colors of #424B05
Black with #424B05
Text Example
Text Example
White with #424B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B05; }
p { color: rgb(66,75,5); }
H1.HeaderClassName
{
color: #424B05;
}
.AnyTagClassName
{
color: #424B05;
}
</style>
background-color css
<style>
a { background-color: #424B05; }
a { background-color: rgb(66,75,5); }
div.DivClassName
{
background-color: #424B05;
}
.BgClassName
{
background-color: #424B05;
}
</style>
border-color css
<style>
span { border-color: #424B05; }
span { border-color: rgb(66,75,5); }
td.TdClassName
{
border-color: #424B05;
}
.TagClassName
{
border-color: #424B05;
}
</style>