Shades of Verdun Green #386A02
Tints of Verdun Green #386A02
RGB
CMYK
RGB Variations
Color information
#386A02 (or 0x386A02) is known color: Verdun Green. HEX triplet: 38, 6A and 02. RGB value is (56,106,2). Sum of RGB (Red+Green+Blue) = 56+106+2=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #386A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A02 is #C795FD. Grayscale: #4F4F4F. Windows color (decimal): -13080062 or 158264. OLE color: 158264.
HSL color Cylindrical-coordinate representation of color #386A02: hue angle of 88.85º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #386A02 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 2 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.58 |
| HSL | 88.85º | 0.96% | 0.21% | - |
| HSV(B) | 88.85º | 0.98% | 0.42% | - |
| XYZ | 6.8 | 11.15 | 1.85 | - |
| YUV | 79.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 2 | 0.47 | 0 | 0.98 | 0.58 | 88.85 | 0.96 | 0.21 |
| Hex | 38 | 6A | 2 | 2F | 0 | 62 | 3A | 59 | 60 | 15 |
| Octal | 70 | 152 | 2 | 57 | 0 | 142 | 72 | 131 | 140 | 25 |
| Binary | 111000 | 1101010 | 10 | 101111 | 0 | 1100010 | 111010 | 1011001 | 1100000 | 10101 |
Color Harmonies of #386A02
Complementary color
Monochromatic Colors of #386A02
Black with #386A02
Text Example
Text Example
White with #386A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A02; }
p { color: rgb(56,106,2); }
H1.HeaderClassName
{
color: #386A02;
}
.AnyTagClassName
{
color: #386A02;
}
</style>
background-color css
<style>
a { background-color: #386A02; }
a { background-color: rgb(56,106,2); }
div.DivClassName
{
background-color: #386A02;
}
.BgClassName
{
background-color: #386A02;
}
</style>
border-color css
<style>
span { border-color: #386A02; }
span { border-color: rgb(56,106,2); }
td.TdClassName
{
border-color: #386A02;
}
.TagClassName
{
border-color: #386A02;
}
</style>