Shades of Verdun Green #464B05
Tints of Verdun Green #464B05
RGB
CMYK
RGB Variations
Color information
#464B05 (or 0x464B05) is known color: Verdun Green. HEX triplet: 46, 4B and 05. RGB value is (70,75,5). Sum of RGB (Red+Green+Blue) = 70+75+5=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #464B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B05 is #B9B4FA. Grayscale: #414141. Windows color (decimal): -12170491 or 346950. OLE color: 346950.
HSL color Cylindrical-coordinate representation of color #464B05: hue angle of 64.29º 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 #464B05 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 5 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.71 |
| HSL | 64.29º | 0.88% | 0.16% | - |
| HSV(B) | 64.29º | 0.93% | 0.29% | - |
| XYZ | 5.07 | 6.35 | 1.1 | - |
| YUV | 65.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 5 | 0.07 | 0 | 0.93 | 0.71 | 64.29 | 0.88 | 0.16 |
| Hex | 46 | 4B | 5 | 7 | 0 | 5D | 47 | 40 | 58 | 10 |
| Octal | 106 | 113 | 5 | 7 | 0 | 135 | 107 | 100 | 130 | 20 |
| Binary | 1000110 | 1001011 | 101 | 111 | 0 | 1011101 | 1000111 | 1000000 | 1011000 | 10000 |
Color Harmonies of #464B05
Complementary color
Monochromatic Colors of #464B05
Black with #464B05
Text Example
Text Example
White with #464B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B05; }
p { color: rgb(70,75,5); }
H1.HeaderClassName
{
color: #464B05;
}
.AnyTagClassName
{
color: #464B05;
}
</style>
background-color css
<style>
a { background-color: #464B05; }
a { background-color: rgb(70,75,5); }
div.DivClassName
{
background-color: #464B05;
}
.BgClassName
{
background-color: #464B05;
}
</style>
border-color css
<style>
span { border-color: #464B05; }
span { border-color: rgb(70,75,5); }
td.TdClassName
{
border-color: #464B05;
}
.TagClassName
{
border-color: #464B05;
}
</style>