Shades of Verdun Green #38650A
Tints of Verdun Green #38650A
RGB
CMYK
RGB Variations
Color information
#38650A (or 0x38650A) is known color: Verdun Green. HEX triplet: 38, 65 and 0A. RGB value is (56,101,10). Sum of RGB (Red+Green+Blue) = 56+101+10=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #38650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38650A is #C79AF5. Grayscale: #4D4D4D. Windows color (decimal): -13081334 or 681272. OLE color: 681272.
HSL color Cylindrical-coordinate representation of color #38650A: hue angle of 89.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38650A is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 10 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.60 |
| HSL | 89.67º | 0.82% | 0.22% | - |
| HSV(B) | 89.67º | 0.9% | 0.4% | - |
| XYZ | 6.34 | 10.17 | 1.92 | - |
| YUV | 77.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 10 | 0.45 | 0 | 0.90 | 0.60 | 89.67 | 0.82 | 0.22 |
| Hex | 38 | 65 | A | 2D | 0 | 5A | 3C | 5A | 52 | 16 |
| Octal | 70 | 145 | 12 | 55 | 0 | 132 | 74 | 132 | 122 | 26 |
| Binary | 111000 | 1100101 | 1010 | 101101 | 0 | 1011010 | 111100 | 1011010 | 1010010 | 10110 |
Color Harmonies of #38650A
Complementary color
Monochromatic Colors of #38650A
Black with #38650A
Text Example
Text Example
White with #38650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38650A; }
p { color: rgb(56,101,10); }
H1.HeaderClassName
{
color: #38650A;
}
.AnyTagClassName
{
color: #38650A;
}
</style>
background-color css
<style>
a { background-color: #38650A; }
a { background-color: rgb(56,101,10); }
div.DivClassName
{
background-color: #38650A;
}
.BgClassName
{
background-color: #38650A;
}
</style>
border-color css
<style>
span { border-color: #38650A; }
span { border-color: rgb(56,101,10); }
td.TdClassName
{
border-color: #38650A;
}
.TagClassName
{
border-color: #38650A;
}
</style>