Shades of Verdun Green #38500A
Tints of Verdun Green #38500A
RGB
CMYK
RGB Variations
Color information
#38500A (or 0x38500A) is known color: Verdun Green. HEX triplet: 38, 50 and 0A. RGB value is (56,80,10). Sum of RGB (Red+Green+Blue) = 56+80+10=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #38500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38500A is #C7AFF5. Grayscale: #414141. Windows color (decimal): -13086710 or 675896. OLE color: 675896.
HSL color Cylindrical-coordinate representation of color #38500A: hue angle of 80.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38500A is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 10 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.69 |
| HSL | 80.57º | 0.78% | 0.18% | - |
| HSV(B) | 80.57º | 0.88% | 0.31% | - |
| XYZ | 4.55 | 6.6 | 1.32 | - |
| YUV | 64.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 10 | 0.30 | 0 | 0.87 | 0.69 | 80.57 | 0.78 | 0.18 |
| Hex | 38 | 50 | A | 1E | 0 | 57 | 45 | 51 | 4E | 12 |
| Octal | 70 | 120 | 12 | 36 | 0 | 127 | 105 | 121 | 116 | 22 |
| Binary | 111000 | 1010000 | 1010 | 11110 | 0 | 1010111 | 1000101 | 1010001 | 1001110 | 10010 |
Color Harmonies of #38500A
Complementary color
Monochromatic Colors of #38500A
Black with #38500A
Text Example
Text Example
White with #38500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38500A; }
p { color: rgb(56,80,10); }
H1.HeaderClassName
{
color: #38500A;
}
.AnyTagClassName
{
color: #38500A;
}
</style>
background-color css
<style>
a { background-color: #38500A; }
a { background-color: rgb(56,80,10); }
div.DivClassName
{
background-color: #38500A;
}
.BgClassName
{
background-color: #38500A;
}
</style>
border-color css
<style>
span { border-color: #38500A; }
span { border-color: rgb(56,80,10); }
td.TdClassName
{
border-color: #38500A;
}
.TagClassName
{
border-color: #38500A;
}
</style>