Shades of Verdun Green #45530A
Tints of Verdun Green #45530A
RGB
CMYK
RGB Variations
Color information
#45530A (or 0x45530A) is known color: Verdun Green. HEX triplet: 45, 53 and 0A. RGB value is (69,83,10). Sum of RGB (Red+Green+Blue) = 69+83+10=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #45530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45530A is #BAACF5. Grayscale: #464646. Windows color (decimal): -12233974 or 676677. OLE color: 676677.
HSL color Cylindrical-coordinate representation of color #45530A: hue angle of 71.51º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45530A is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 10 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.67 |
| HSL | 71.51º | 0.78% | 0.18% | - |
| HSV(B) | 71.51º | 0.88% | 0.33% | - |
| XYZ | 5.6 | 7.47 | 1.43 | - |
| YUV | 70.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 10 | 0.17 | 0 | 0.88 | 0.67 | 71.51 | 0.78 | 0.18 |
| Hex | 45 | 53 | A | 11 | 0 | 58 | 43 | 48 | 4E | 12 |
| Octal | 105 | 123 | 12 | 21 | 0 | 130 | 103 | 110 | 116 | 22 |
| Binary | 1000101 | 1010011 | 1010 | 10001 | 0 | 1011000 | 1000011 | 1001000 | 1001110 | 10010 |
Color Harmonies of #45530A
Complementary color
Monochromatic Colors of #45530A
Black with #45530A
Text Example
Text Example
White with #45530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45530A; }
p { color: rgb(69,83,10); }
H1.HeaderClassName
{
color: #45530A;
}
.AnyTagClassName
{
color: #45530A;
}
</style>
background-color css
<style>
a { background-color: #45530A; }
a { background-color: rgb(69,83,10); }
div.DivClassName
{
background-color: #45530A;
}
.BgClassName
{
background-color: #45530A;
}
</style>
border-color css
<style>
span { border-color: #45530A; }
span { border-color: rgb(69,83,10); }
td.TdClassName
{
border-color: #45530A;
}
.TagClassName
{
border-color: #45530A;
}
</style>