Shades of Verdun Green #38570A
Tints of Verdun Green #38570A
RGB
CMYK
RGB Variations
Color information
#38570A (or 0x38570A) is known color: Verdun Green. HEX triplet: 38, 57 and 0A. RGB value is (56,87,10). Sum of RGB (Red+Green+Blue) = 56+87+10=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #38570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38570A is #C7A8F5. Grayscale: #454545. Windows color (decimal): -13084918 or 677688. OLE color: 677688.
HSL color Cylindrical-coordinate representation of color #38570A: hue angle of 84.16º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38570A is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 10 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.66 |
| HSL | 84.16º | 0.79% | 0.19% | - |
| HSV(B) | 84.16º | 0.89% | 0.34% | - |
| XYZ | 5.09 | 7.68 | 1.5 | - |
| YUV | 68.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 10 | 0.36 | 0 | 0.89 | 0.66 | 84.16 | 0.79 | 0.19 |
| Hex | 38 | 57 | A | 24 | 0 | 59 | 42 | 54 | 4F | 13 |
| Octal | 70 | 127 | 12 | 44 | 0 | 131 | 102 | 124 | 117 | 23 |
| Binary | 111000 | 1010111 | 1010 | 100100 | 0 | 1011001 | 1000010 | 1010100 | 1001111 | 10011 |
Color Harmonies of #38570A
Complementary color
Monochromatic Colors of #38570A
Black with #38570A
Text Example
Text Example
White with #38570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38570A; }
p { color: rgb(56,87,10); }
H1.HeaderClassName
{
color: #38570A;
}
.AnyTagClassName
{
color: #38570A;
}
</style>
background-color css
<style>
a { background-color: #38570A; }
a { background-color: rgb(56,87,10); }
div.DivClassName
{
background-color: #38570A;
}
.BgClassName
{
background-color: #38570A;
}
</style>
border-color css
<style>
span { border-color: #38570A; }
span { border-color: rgb(56,87,10); }
td.TdClassName
{
border-color: #38570A;
}
.TagClassName
{
border-color: #38570A;
}
</style>