Shades of Verdun Green #45670D
Tints of Verdun Green #45670D
RGB
CMYK
RGB Variations
Color information
#45670D (or 0x45670D) is known color: Verdun Green. HEX triplet: 45, 67 and 0D. RGB value is (69,103,13). Sum of RGB (Red+Green+Blue) = 69+103+13=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #45670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45670D is #BA98F2. Grayscale: #525252. Windows color (decimal): -12228851 or 878405. OLE color: 878405.
HSL color Cylindrical-coordinate representation of color #45670D: hue angle of 82.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45670D is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 13 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.60 |
| HSL | 82.67º | 0.78% | 0.23% | - |
| HSV(B) | 82.67º | 0.87% | 0.4% | - |
| XYZ | 7.38 | 10.99 | 2.11 | - |
| YUV | 82.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 13 | 0.33 | 0 | 0.87 | 0.60 | 82.67 | 0.78 | 0.23 |
| Hex | 45 | 67 | D | 21 | 0 | 57 | 3C | 53 | 4E | 17 |
| Octal | 105 | 147 | 15 | 41 | 0 | 127 | 74 | 123 | 116 | 27 |
| Binary | 1000101 | 1100111 | 1101 | 100001 | 0 | 1010111 | 111100 | 1010011 | 1001110 | 10111 |
Color Harmonies of #45670D
Complementary color
Monochromatic Colors of #45670D
Black with #45670D
Text Example
Text Example
White with #45670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45670D; }
p { color: rgb(69,103,13); }
H1.HeaderClassName
{
color: #45670D;
}
.AnyTagClassName
{
color: #45670D;
}
</style>
background-color css
<style>
a { background-color: #45670D; }
a { background-color: rgb(69,103,13); }
div.DivClassName
{
background-color: #45670D;
}
.BgClassName
{
background-color: #45670D;
}
</style>
border-color css
<style>
span { border-color: #45670D; }
span { border-color: rgb(69,103,13); }
td.TdClassName
{
border-color: #45670D;
}
.TagClassName
{
border-color: #45670D;
}
</style>