Shades of Verdun Green #475302
Tints of Verdun Green #475302
RGB
CMYK
RGB Variations
Color information
#475302 (or 0x475302) is known color: Verdun Green. HEX triplet: 47, 53 and 02. RGB value is (71,83,2). Sum of RGB (Red+Green+Blue) = 71+83+2=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #475302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475302 is #B8ACFD. Grayscale: #464646. Windows color (decimal): -12102910 or 152391. OLE color: 152391.
HSL color Cylindrical-coordinate representation of color #475302: hue angle of 68.89º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #475302 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 2 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.67 |
| HSL | 68.89º | 0.95% | 0.17% | - |
| HSV(B) | 68.89º | 0.98% | 0.33% | - |
| XYZ | 5.7 | 7.53 | 1.21 | - |
| YUV | 70.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 2 | 0.14 | 0 | 0.98 | 0.67 | 68.89 | 0.95 | 0.17 |
| Hex | 47 | 53 | 2 | E | 0 | 62 | 43 | 45 | 5F | 11 |
| Octal | 107 | 123 | 2 | 16 | 0 | 142 | 103 | 105 | 137 | 21 |
| Binary | 1000111 | 1010011 | 10 | 1110 | 0 | 1100010 | 1000011 | 1000101 | 1011111 | 10001 |
Color Harmonies of #475302
Complementary color
Monochromatic Colors of #475302
Black with #475302
Text Example
Text Example
White with #475302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475302; }
p { color: rgb(71,83,2); }
H1.HeaderClassName
{
color: #475302;
}
.AnyTagClassName
{
color: #475302;
}
</style>
background-color css
<style>
a { background-color: #475302; }
a { background-color: rgb(71,83,2); }
div.DivClassName
{
background-color: #475302;
}
.BgClassName
{
background-color: #475302;
}
</style>
border-color css
<style>
span { border-color: #475302; }
span { border-color: rgb(71,83,2); }
td.TdClassName
{
border-color: #475302;
}
.TagClassName
{
border-color: #475302;
}
</style>