Shades of Verdun Green #385300
Tints of Verdun Green #385300
RGB
CMYK
RGB Variations
Color information
#385300 (or 0x385300) is known color: Verdun Green. HEX triplet: 38, 53 and 00. RGB value is (56,83,0). Sum of RGB (Red+Green+Blue) = 56+83+0=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #385300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385300 is #C7ACFF. Grayscale: #414141. Windows color (decimal): -13085952 or 21304. OLE color: 21304.
HSL color Cylindrical-coordinate representation of color #385300: hue angle of 79.52º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #385300 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.67 |
| HSL | 79.52º | 1% | 0.16% | - |
| HSV(B) | 79.52º | 1% | 0.33% | - |
| XYZ | 4.72 | 7.03 | 1.11 | - |
| YUV | 65.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 0 | 0.33 | 0 | 1 | 0.67 | 79.52 | 1 | 0.16 |
| Hex | 38 | 53 | 0 | 21 | 0 | 64 | 43 | 50 | 64 | 10 |
| Octal | 70 | 123 | 0 | 41 | 0 | 144 | 103 | 120 | 144 | 20 |
| Binary | 111000 | 1010011 | 0 | 100001 | 0 | 1100100 | 1000011 | 1010000 | 1100100 | 10000 |
Color Harmonies of #385300
Complementary color
Monochromatic Colors of #385300
Black with #385300
Text Example
Text Example
White with #385300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385300; }
p { color: rgb(56,83,0); }
H1.HeaderClassName
{
color: #385300;
}
.AnyTagClassName
{
color: #385300;
}
</style>
background-color css
<style>
a { background-color: #385300; }
a { background-color: rgb(56,83,0); }
div.DivClassName
{
background-color: #385300;
}
.BgClassName
{
background-color: #385300;
}
</style>
border-color css
<style>
span { border-color: #385300; }
span { border-color: rgb(56,83,0); }
td.TdClassName
{
border-color: #385300;
}
.TagClassName
{
border-color: #385300;
}
</style>