Shades of Verdun Green #45660F
Tints of Verdun Green #45660F
RGB
CMYK
RGB Variations
Color information
#45660F (or 0x45660F) is known color: Verdun Green. HEX triplet: 45, 66 and 0F. RGB value is (69,102,15). Sum of RGB (Red+Green+Blue) = 69+102+15=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #45660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45660F is #BA99F0. Grayscale: #525252. Windows color (decimal): -12229105 or 1009221. OLE color: 1009221.
HSL color Cylindrical-coordinate representation of color #45660F: hue angle of 82.76º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45660F is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 15 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.6 |
| HSL | 82.76º | 0.74% | 0.23% | - |
| HSV(B) | 82.76º | 0.85% | 0.4% | - |
| XYZ | 7.29 | 10.8 | 2.15 | - |
| YUV | 82.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 15 | 0.32 | 0 | 0.85 | 0.6 | 82.76 | 0.74 | 0.23 |
| Hex | 45 | 66 | F | 20 | 0 | 55 | 3C | 53 | 4A | 17 |
| Octal | 105 | 146 | 17 | 40 | 0 | 125 | 74 | 123 | 112 | 27 |
| Binary | 1000101 | 1100110 | 1111 | 100000 | 0 | 1010101 | 111100 | 1010011 | 1001010 | 10111 |
Color Harmonies of #45660F
Complementary color
Monochromatic Colors of #45660F
Black with #45660F
Text Example
Text Example
White with #45660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45660F; }
p { color: rgb(69,102,15); }
H1.HeaderClassName
{
color: #45660F;
}
.AnyTagClassName
{
color: #45660F;
}
</style>
background-color css
<style>
a { background-color: #45660F; }
a { background-color: rgb(69,102,15); }
div.DivClassName
{
background-color: #45660F;
}
.BgClassName
{
background-color: #45660F;
}
</style>
border-color css
<style>
span { border-color: #45660F; }
span { border-color: rgb(69,102,15); }
td.TdClassName
{
border-color: #45660F;
}
.TagClassName
{
border-color: #45660F;
}
</style>