Shades of Verdun Green #3C5309
Tints of Verdun Green #3C5309
RGB
CMYK
RGB Variations
Color information
#3C5309 (or 0x3C5309) is known color: Verdun Green. HEX triplet: 3C, 53 and 09. RGB value is (60,83,9). Sum of RGB (Red+Green+Blue) = 60+83+9=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5309 is #C3ACF6. Grayscale: #434343. Windows color (decimal): -12823799 or 611132. OLE color: 611132.
HSL color Cylindrical-coordinate representation of color #3C5309: hue angle of 78.65º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C5309 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 9 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.67 |
| HSL | 78.65º | 0.8% | 0.18% | - |
| HSV(B) | 78.65º | 0.89% | 0.33% | - |
| XYZ | 5.01 | 7.17 | 1.38 | - |
| YUV | 67.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 9 | 0.28 | 0 | 0.89 | 0.67 | 78.65 | 0.8 | 0.18 |
| Hex | 3C | 53 | 9 | 1C | 0 | 59 | 43 | 4F | 50 | 12 |
| Octal | 74 | 123 | 11 | 34 | 0 | 131 | 103 | 117 | 120 | 22 |
| Binary | 111100 | 1010011 | 1001 | 11100 | 0 | 1011001 | 1000011 | 1001111 | 1010000 | 10010 |
Color Harmonies of #3C5309
Complementary color
Monochromatic Colors of #3C5309
Black with #3C5309
Text Example
Text Example
White with #3C5309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5309; }
p { color: rgb(60,83,9); }
H1.HeaderClassName
{
color: #3C5309;
}
.AnyTagClassName
{
color: #3C5309;
}
</style>
background-color css
<style>
a { background-color: #3C5309; }
a { background-color: rgb(60,83,9); }
div.DivClassName
{
background-color: #3C5309;
}
.BgClassName
{
background-color: #3C5309;
}
</style>
border-color css
<style>
span { border-color: #3C5309; }
span { border-color: rgb(60,83,9); }
td.TdClassName
{
border-color: #3C5309;
}
.TagClassName
{
border-color: #3C5309;
}
</style>