Shades of Verdun Green #415302
Tints of Verdun Green #415302
RGB
CMYK
RGB Variations
Color information
#415302 (or 0x415302) is known color: Verdun Green. HEX triplet: 41, 53 and 02. RGB value is (65,83,2). Sum of RGB (Red+Green+Blue) = 65+83+2=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #415302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415302 is #BEACFD. Grayscale: #444444. Windows color (decimal): -12496126 or 152385. OLE color: 152385.
HSL color Cylindrical-coordinate representation of color #415302: hue angle of 73.33º 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 #415302 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.67 |
| HSL | 73.33º | 0.95% | 0.17% | - |
| HSV(B) | 73.33º | 0.98% | 0.33% | - |
| XYZ | 5.28 | 7.31 | 1.19 | - |
| YUV | 68.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 2 | 0.22 | 0 | 0.98 | 0.67 | 73.33 | 0.95 | 0.17 |
| Hex | 41 | 53 | 2 | 16 | 0 | 62 | 43 | 49 | 5F | 11 |
| Octal | 101 | 123 | 2 | 26 | 0 | 142 | 103 | 111 | 137 | 21 |
| Binary | 1000001 | 1010011 | 10 | 10110 | 0 | 1100010 | 1000011 | 1001001 | 1011111 | 10001 |
Color Harmonies of #415302
Complementary color
Monochromatic Colors of #415302
Black with #415302
Text Example
Text Example
White with #415302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415302; }
p { color: rgb(65,83,2); }
H1.HeaderClassName
{
color: #415302;
}
.AnyTagClassName
{
color: #415302;
}
</style>
background-color css
<style>
a { background-color: #415302; }
a { background-color: rgb(65,83,2); }
div.DivClassName
{
background-color: #415302;
}
.BgClassName
{
background-color: #415302;
}
</style>
border-color css
<style>
span { border-color: #415302; }
span { border-color: rgb(65,83,2); }
td.TdClassName
{
border-color: #415302;
}
.TagClassName
{
border-color: #415302;
}
</style>