Shades of Verdun Green #46531A
Tints of Verdun Green #46531A
RGB
CMYK
RGB Variations
Color information
#46531A (or 0x46531A) is known color: Verdun Green. HEX triplet: 46, 53 and 1A. RGB value is (70,83,26). Sum of RGB (Red+Green+Blue) = 70+83+26=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #46531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46531A is #B9ACE5. Grayscale: #484848. Windows color (decimal): -12168422 or 1725254. OLE color: 1725254.
HSL color Cylindrical-coordinate representation of color #46531A: hue angle of 73.68º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46531A is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 26 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.67 |
| HSL | 73.68º | 0.52% | 0.21% | - |
| HSV(B) | 73.68º | 0.69% | 0.33% | - |
| XYZ | 5.81 | 7.56 | 2.13 | - |
| YUV | 72.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 26 | 0.16 | 0 | 0.69 | 0.67 | 73.68 | 0.52 | 0.21 |
| Hex | 46 | 53 | 1A | 10 | 0 | 45 | 43 | 4A | 34 | 15 |
| Octal | 106 | 123 | 32 | 20 | 0 | 105 | 103 | 112 | 64 | 25 |
| Binary | 1000110 | 1010011 | 11010 | 10000 | 0 | 1000101 | 1000011 | 1001010 | 110100 | 10101 |
Color Harmonies of #46531A
Complementary color
Monochromatic Colors of #46531A
Black with #46531A
Text Example
Text Example
White with #46531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46531A; }
p { color: rgb(70,83,26); }
H1.HeaderClassName
{
color: #46531A;
}
.AnyTagClassName
{
color: #46531A;
}
</style>
background-color css
<style>
a { background-color: #46531A; }
a { background-color: rgb(70,83,26); }
div.DivClassName
{
background-color: #46531A;
}
.BgClassName
{
background-color: #46531A;
}
</style>
border-color css
<style>
span { border-color: #46531A; }
span { border-color: rgb(70,83,26); }
td.TdClassName
{
border-color: #46531A;
}
.TagClassName
{
border-color: #46531A;
}
</style>