Shades of Verdun Green #45450F
Tints of Verdun Green #45450F
RGB
CMYK
RGB Variations
Color information
#45450F (or 0x45450F) is known color: Verdun Green. HEX triplet: 45, 45 and 0F. RGB value is (69,69,15). Sum of RGB (Red+Green+Blue) = 69+69+15=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 69 - color contains mainly: red, green. Hex color #45450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45450F is #BABAF0. Grayscale: #3F3F3F. Windows color (decimal): -12237553 or 1000773. OLE color: 1000773.
HSL color Cylindrical-coordinate representation of color #45450F: hue angle of 60º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45450F is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 69 | 15 | - |
| CMYK | 0 | 0 | 0.78 | 0.73 |
| HSL | 60º | 0.64% | 0.16% | - |
| HSV(B) | 60º | 0.78% | 0.27% | - |
| XYZ | 4.67 | 5.56 | 1.28 | - |
| YUV | 62.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 15 | 0 | 0 | 0.78 | 0.73 | 60 | 0.64 | 0.16 |
| Hex | 45 | 45 | F | 0 | 0 | 4E | 49 | 3C | 40 | 10 |
| Octal | 105 | 105 | 17 | 0 | 0 | 116 | 111 | 74 | 100 | 20 |
| Binary | 1000101 | 1000101 | 1111 | 0 | 0 | 1001110 | 1001001 | 111100 | 1000000 | 10000 |
Color Harmonies of #45450F
Complementary color
Monochromatic Colors of #45450F
Black with #45450F
Text Example
Text Example
White with #45450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45450F; }
p { color: rgb(69,69,15); }
H1.HeaderClassName
{
color: #45450F;
}
.AnyTagClassName
{
color: #45450F;
}
</style>
background-color css
<style>
a { background-color: #45450F; }
a { background-color: rgb(69,69,15); }
div.DivClassName
{
background-color: #45450F;
}
.BgClassName
{
background-color: #45450F;
}
</style>
border-color css
<style>
span { border-color: #45450F; }
span { border-color: rgb(69,69,15); }
td.TdClassName
{
border-color: #45450F;
}
.TagClassName
{
border-color: #45450F;
}
</style>