Shades of Verdun Green #385802
Tints of Verdun Green #385802
RGB
CMYK
RGB Variations
Color information
#385802 (or 0x385802) is known color: Verdun Green. HEX triplet: 38, 58 and 02. RGB value is (56,88,2). Sum of RGB (Red+Green+Blue) = 56+88+2=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #385802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385802 is #C7A7FD. Grayscale: #444444. Windows color (decimal): -13084670 or 153656. OLE color: 153656.
HSL color Cylindrical-coordinate representation of color #385802: hue angle of 82.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #385802 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 88 | 2 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.65 |
| HSL | 82.33º | 0.96% | 0.18% | - |
| HSV(B) | 82.33º | 0.98% | 0.35% | - |
| XYZ | 5.13 | 7.82 | 1.3 | - |
| YUV | 68.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 2 | 0.36 | 0 | 0.98 | 0.65 | 82.33 | 0.96 | 0.18 |
| Hex | 38 | 58 | 2 | 24 | 0 | 62 | 41 | 52 | 60 | 12 |
| Octal | 70 | 130 | 2 | 44 | 0 | 142 | 101 | 122 | 140 | 22 |
| Binary | 111000 | 1011000 | 10 | 100100 | 0 | 1100010 | 1000001 | 1010010 | 1100000 | 10010 |
Color Harmonies of #385802
Complementary color
Monochromatic Colors of #385802
Black with #385802
Text Example
Text Example
White with #385802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385802; }
p { color: rgb(56,88,2); }
H1.HeaderClassName
{
color: #385802;
}
.AnyTagClassName
{
color: #385802;
}
</style>
background-color css
<style>
a { background-color: #385802; }
a { background-color: rgb(56,88,2); }
div.DivClassName
{
background-color: #385802;
}
.BgClassName
{
background-color: #385802;
}
</style>
border-color css
<style>
span { border-color: #385802; }
span { border-color: rgb(56,88,2); }
td.TdClassName
{
border-color: #385802;
}
.TagClassName
{
border-color: #385802;
}
</style>