Shades of Verdun Green #415300
Tints of Verdun Green #415300
RGB
CMYK
RGB Variations
Color information
#415300 (or 0x415300) is known color: Verdun Green. HEX triplet: 41, 53 and 00. RGB value is (65,83,0). Sum of RGB (Red+Green+Blue) = 65+83+0=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #415300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415300 is #BEACFF. Grayscale: #444444. Windows color (decimal): -12496128 or 21313. OLE color: 21313.
HSL color Cylindrical-coordinate representation of color #415300: hue angle of 73.01º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #415300 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.67 |
| HSL | 73.01º | 1% | 0.16% | - |
| HSV(B) | 73.01º | 1% | 0.33% | - |
| XYZ | 5.27 | 7.31 | 1.13 | - |
| YUV | 68.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 0 | 0.22 | 0 | 1 | 0.67 | 73.01 | 1 | 0.16 |
| Hex | 41 | 53 | 0 | 16 | 0 | 64 | 43 | 49 | 64 | 10 |
| Octal | 101 | 123 | 0 | 26 | 0 | 144 | 103 | 111 | 144 | 20 |
| Binary | 1000001 | 1010011 | 0 | 10110 | 0 | 1100100 | 1000011 | 1001001 | 1100100 | 10000 |
Color Harmonies of #415300
Complementary color
Monochromatic Colors of #415300
Black with #415300
Text Example
Text Example
White with #415300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415300; }
p { color: rgb(65,83,0); }
H1.HeaderClassName
{
color: #415300;
}
.AnyTagClassName
{
color: #415300;
}
</style>
background-color css
<style>
a { background-color: #415300; }
a { background-color: rgb(65,83,0); }
div.DivClassName
{
background-color: #415300;
}
.BgClassName
{
background-color: #415300;
}
</style>
border-color css
<style>
span { border-color: #415300; }
span { border-color: rgb(65,83,0); }
td.TdClassName
{
border-color: #415300;
}
.TagClassName
{
border-color: #415300;
}
</style>