Shades of Verdun Green #385B05
Tints of Verdun Green #385B05
RGB
CMYK
RGB Variations
Color information
#385B05 (or 0x385B05) is known color: Verdun Green. HEX triplet: 38, 5B and 05. RGB value is (56,91,5). Sum of RGB (Red+Green+Blue) = 56+91+5=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 91 (35.94% from 255 or 59.87% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 91 - color contains mainly: green. Hex color #385B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B05 is #C7A4FA. Grayscale: #474747. Windows color (decimal): -13083899 or 351032. OLE color: 351032.
HSL color Cylindrical-coordinate representation of color #385B05: hue angle of 84.42º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #385B05 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 5 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.64 |
| HSL | 84.42º | 0.9% | 0.19% | - |
| HSV(B) | 84.42º | 0.95% | 0.36% | - |
| XYZ | 5.4 | 8.33 | 1.47 | - |
| YUV | 70.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 5 | 0.38 | 0 | 0.95 | 0.64 | 84.42 | 0.9 | 0.19 |
| Hex | 38 | 5B | 5 | 26 | 0 | 5F | 40 | 54 | 5A | 13 |
| Octal | 70 | 133 | 5 | 46 | 0 | 137 | 100 | 124 | 132 | 23 |
| Binary | 111000 | 1011011 | 101 | 100110 | 0 | 1011111 | 1000000 | 1010100 | 1011010 | 10011 |
Color Harmonies of #385B05
Complementary color
Monochromatic Colors of #385B05
Black with #385B05
Text Example
Text Example
White with #385B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B05; }
p { color: rgb(56,91,5); }
H1.HeaderClassName
{
color: #385B05;
}
.AnyTagClassName
{
color: #385B05;
}
</style>
background-color css
<style>
a { background-color: #385B05; }
a { background-color: rgb(56,91,5); }
div.DivClassName
{
background-color: #385B05;
}
.BgClassName
{
background-color: #385B05;
}
</style>
border-color css
<style>
span { border-color: #385B05; }
span { border-color: rgb(56,91,5); }
td.TdClassName
{
border-color: #385B05;
}
.TagClassName
{
border-color: #385B05;
}
</style>