Shades of Verdun Green #52670D
Tints of Verdun Green #52670D
RGB
CMYK
RGB Variations
Color information
#52670D (or 0x52670D) is known color: Verdun Green. HEX triplet: 52, 67 and 0D. RGB value is (82,103,13). Sum of RGB (Red+Green+Blue) = 82+103+13=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #52670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52670D is #AD98F2. Grayscale: #565656. Windows color (decimal): -11376883 or 878418. OLE color: 878418.
HSL color Cylindrical-coordinate representation of color #52670D: hue angle of 74º 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 #52670D is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 13 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.60 |
| HSL | 74º | 0.78% | 0.23% | - |
| HSV(B) | 74º | 0.87% | 0.4% | - |
| XYZ | 8.4 | 11.52 | 2.16 | - |
| YUV | 86.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 13 | 0.20 | 0 | 0.87 | 0.60 | 74 | 0.78 | 0.23 |
| Hex | 52 | 67 | D | 14 | 0 | 57 | 3C | 4A | 4E | 17 |
| Octal | 122 | 147 | 15 | 24 | 0 | 127 | 74 | 112 | 116 | 27 |
| Binary | 1010010 | 1100111 | 1101 | 10100 | 0 | 1010111 | 111100 | 1001010 | 1001110 | 10111 |
Color Harmonies of #52670D
Complementary color
Monochromatic Colors of #52670D
Black with #52670D
Text Example
Text Example
White with #52670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52670D; }
p { color: rgb(82,103,13); }
H1.HeaderClassName
{
color: #52670D;
}
.AnyTagClassName
{
color: #52670D;
}
</style>
background-color css
<style>
a { background-color: #52670D; }
a { background-color: rgb(82,103,13); }
div.DivClassName
{
background-color: #52670D;
}
.BgClassName
{
background-color: #52670D;
}
</style>
border-color css
<style>
span { border-color: #52670D; }
span { border-color: rgb(82,103,13); }
td.TdClassName
{
border-color: #52670D;
}
.TagClassName
{
border-color: #52670D;
}
</style>