Shades of Verdun Green #3C6305
Tints of Verdun Green #3C6305
RGB
CMYK
RGB Variations
Color information
#3C6305 (or 0x3C6305) is known color: Verdun Green. HEX triplet: 3C, 63 and 05. RGB value is (60,99,5). Sum of RGB (Red+Green+Blue) = 60+99+5=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6305 is #C39CFA. Grayscale: #4C4C4C. Windows color (decimal): -12819707 or 353084. OLE color: 353084.
HSL color Cylindrical-coordinate representation of color #3C6305: hue angle of 84.89º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C6305 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 5 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.61 |
| HSL | 84.89º | 0.9% | 0.2% | - |
| HSV(B) | 84.89º | 0.95% | 0.39% | - |
| XYZ | 6.35 | 9.9 | 1.72 | - |
| YUV | 76.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 5 | 0.39 | 0 | 0.95 | 0.61 | 84.89 | 0.9 | 0.2 |
| Hex | 3C | 63 | 5 | 27 | 0 | 5F | 3D | 55 | 5A | 14 |
| Octal | 74 | 143 | 5 | 47 | 0 | 137 | 75 | 125 | 132 | 24 |
| Binary | 111100 | 1100011 | 101 | 100111 | 0 | 1011111 | 111101 | 1010101 | 1011010 | 10100 |
Color Harmonies of #3C6305
Complementary color
Monochromatic Colors of #3C6305
Black with #3C6305
Text Example
Text Example
White with #3C6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6305; }
p { color: rgb(60,99,5); }
H1.HeaderClassName
{
color: #3C6305;
}
.AnyTagClassName
{
color: #3C6305;
}
</style>
background-color css
<style>
a { background-color: #3C6305; }
a { background-color: rgb(60,99,5); }
div.DivClassName
{
background-color: #3C6305;
}
.BgClassName
{
background-color: #3C6305;
}
</style>
border-color css
<style>
span { border-color: #3C6305; }
span { border-color: rgb(60,99,5); }
td.TdClassName
{
border-color: #3C6305;
}
.TagClassName
{
border-color: #3C6305;
}
</style>