Shades of Verdun Green #385A02
Tints of Verdun Green #385A02
RGB
CMYK
RGB Variations
Color information
#385A02 (or 0x385A02) is known color: Verdun Green. HEX triplet: 38, 5A and 02. RGB value is (56,90,2). Sum of RGB (Red+Green+Blue) = 56+90+2=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #385A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385A02 is #C7A5FD. Grayscale: #464646. Windows color (decimal): -13084158 or 154168. OLE color: 154168.
HSL color Cylindrical-coordinate representation of color #385A02: hue angle of 83.18º 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 #385A02 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 2 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.65 |
| HSL | 83.18º | 0.96% | 0.18% | - |
| HSV(B) | 83.18º | 0.98% | 0.35% | - |
| XYZ | 5.3 | 8.16 | 1.35 | - |
| YUV | 69.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 2 | 0.38 | 0 | 0.98 | 0.65 | 83.18 | 0.96 | 0.18 |
| Hex | 38 | 5A | 2 | 26 | 0 | 62 | 41 | 53 | 60 | 12 |
| Octal | 70 | 132 | 2 | 46 | 0 | 142 | 101 | 123 | 140 | 22 |
| Binary | 111000 | 1011010 | 10 | 100110 | 0 | 1100010 | 1000001 | 1010011 | 1100000 | 10010 |
Color Harmonies of #385A02
Complementary color
Monochromatic Colors of #385A02
Black with #385A02
Text Example
Text Example
White with #385A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A02; }
p { color: rgb(56,90,2); }
H1.HeaderClassName
{
color: #385A02;
}
.AnyTagClassName
{
color: #385A02;
}
</style>
background-color css
<style>
a { background-color: #385A02; }
a { background-color: rgb(56,90,2); }
div.DivClassName
{
background-color: #385A02;
}
.BgClassName
{
background-color: #385A02;
}
</style>
border-color css
<style>
span { border-color: #385A02; }
span { border-color: rgb(56,90,2); }
td.TdClassName
{
border-color: #385A02;
}
.TagClassName
{
border-color: #385A02;
}
</style>