Shades of Verdun Green #385B14
Tints of Verdun Green #385B14
RGB
CMYK
RGB Variations
Color information
#385B14 (or 0x385B14) is known color: Verdun Green. HEX triplet: 38, 5B and 14. RGB value is (56,91,20). Sum of RGB (Red+Green+Blue) = 56+91+20=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #385B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B14 is #C7A4EB. Grayscale: #484848. Windows color (decimal): -13083884 or 1334072. OLE color: 1334072.
HSL color Cylindrical-coordinate representation of color #385B14: hue angle of 89.58º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385B14 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 20 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.64 |
| HSL | 89.58º | 0.64% | 0.22% | - |
| HSV(B) | 89.58º | 0.78% | 0.36% | - |
| XYZ | 5.5 | 8.37 | 1.99 | - |
| YUV | 72.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 20 | 0.38 | 0 | 0.78 | 0.64 | 89.58 | 0.64 | 0.22 |
| Hex | 38 | 5B | 14 | 26 | 0 | 4E | 40 | 5A | 40 | 16 |
| Octal | 70 | 133 | 24 | 46 | 0 | 116 | 100 | 132 | 100 | 26 |
| Binary | 111000 | 1011011 | 10100 | 100110 | 0 | 1001110 | 1000000 | 1011010 | 1000000 | 10110 |
Color Harmonies of #385B14
Complementary color
Monochromatic Colors of #385B14
Black with #385B14
Text Example
Text Example
White with #385B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B14; }
p { color: rgb(56,91,20); }
H1.HeaderClassName
{
color: #385B14;
}
.AnyTagClassName
{
color: #385B14;
}
</style>
background-color css
<style>
a { background-color: #385B14; }
a { background-color: rgb(56,91,20); }
div.DivClassName
{
background-color: #385B14;
}
.BgClassName
{
background-color: #385B14;
}
</style>
border-color css
<style>
span { border-color: #385B14; }
span { border-color: rgb(56,91,20); }
td.TdClassName
{
border-color: #385B14;
}
.TagClassName
{
border-color: #385B14;
}
</style>