Shades of Verdun Green #3D530A
Tints of Verdun Green #3D530A
RGB
CMYK
RGB Variations
Color information
#3D530A (or 0x3D530A) is known color: Verdun Green. HEX triplet: 3D, 53 and 0A. RGB value is (61,83,10). Sum of RGB (Red+Green+Blue) = 61+83+10=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #3D530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D530A is #C2ACF5. Grayscale: #444444. Windows color (decimal): -12758262 or 676669. OLE color: 676669.
HSL color Cylindrical-coordinate representation of color #3D530A: hue angle of 78.08º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D530A is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 10 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.67 |
| HSL | 78.08º | 0.78% | 0.18% | - |
| HSV(B) | 78.08º | 0.88% | 0.33% | - |
| XYZ | 5.07 | 7.2 | 1.41 | - |
| YUV | 68.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 10 | 0.27 | 0 | 0.88 | 0.67 | 78.08 | 0.78 | 0.18 |
| Hex | 3D | 53 | A | 1B | 0 | 58 | 43 | 4E | 4E | 12 |
| Octal | 75 | 123 | 12 | 33 | 0 | 130 | 103 | 116 | 116 | 22 |
| Binary | 111101 | 1010011 | 1010 | 11011 | 0 | 1011000 | 1000011 | 1001110 | 1001110 | 10010 |
Color Harmonies of #3D530A
Complementary color
Monochromatic Colors of #3D530A
Black with #3D530A
Text Example
Text Example
White with #3D530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D530A; }
p { color: rgb(61,83,10); }
H1.HeaderClassName
{
color: #3D530A;
}
.AnyTagClassName
{
color: #3D530A;
}
</style>
background-color css
<style>
a { background-color: #3D530A; }
a { background-color: rgb(61,83,10); }
div.DivClassName
{
background-color: #3D530A;
}
.BgClassName
{
background-color: #3D530A;
}
</style>
border-color css
<style>
span { border-color: #3D530A; }
span { border-color: rgb(61,83,10); }
td.TdClassName
{
border-color: #3D530A;
}
.TagClassName
{
border-color: #3D530A;
}
</style>