Shades of Verdun Green #464B09
Tints of Verdun Green #464B09
RGB
CMYK
RGB Variations
Color information
#464B09 (or 0x464B09) is known color: Verdun Green. HEX triplet: 46, 4B and 09. RGB value is (70,75,9). Sum of RGB (Red+Green+Blue) = 70+75+9=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #464B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B09 is #B9B4F6. Grayscale: #424242. Windows color (decimal): -12170487 or 609094. OLE color: 609094.
HSL color Cylindrical-coordinate representation of color #464B09: hue angle of 64.55º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #464B09 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 9 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.71 |
| HSL | 64.55º | 0.79% | 0.16% | - |
| HSV(B) | 64.55º | 0.88% | 0.29% | - |
| XYZ | 5.09 | 6.35 | 1.22 | - |
| YUV | 65.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 9 | 0.07 | 0 | 0.88 | 0.71 | 64.55 | 0.79 | 0.16 |
| Hex | 46 | 4B | 9 | 7 | 0 | 58 | 47 | 41 | 4F | 10 |
| Octal | 106 | 113 | 11 | 7 | 0 | 130 | 107 | 101 | 117 | 20 |
| Binary | 1000110 | 1001011 | 1001 | 111 | 0 | 1011000 | 1000111 | 1000001 | 1001111 | 10000 |
Color Harmonies of #464B09
Complementary color
Monochromatic Colors of #464B09
Black with #464B09
Text Example
Text Example
White with #464B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B09; }
p { color: rgb(70,75,9); }
H1.HeaderClassName
{
color: #464B09;
}
.AnyTagClassName
{
color: #464B09;
}
</style>
background-color css
<style>
a { background-color: #464B09; }
a { background-color: rgb(70,75,9); }
div.DivClassName
{
background-color: #464B09;
}
.BgClassName
{
background-color: #464B09;
}
</style>
border-color css
<style>
span { border-color: #464B09; }
span { border-color: rgb(70,75,9); }
td.TdClassName
{
border-color: #464B09;
}
.TagClassName
{
border-color: #464B09;
}
</style>