Shades of Verdun Green #386B05
Tints of Verdun Green #386B05
RGB
CMYK
RGB Variations
Color information
#386B05 (or 0x386B05) is known color: Verdun Green. HEX triplet: 38, 6B and 05. RGB value is (56,107,5). Sum of RGB (Red+Green+Blue) = 56+107+5=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 107 (42.19% from 255 or 63.69% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 107 - color contains mainly: green. Hex color #386B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B05 is #C794FA. Grayscale: #505050. Windows color (decimal): -13079803 or 355128. OLE color: 355128.
HSL color Cylindrical-coordinate representation of color #386B05: hue angle of 90º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #386B05 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
RGB | 56 | 107 | 5 | - |
CMYK | 0.48 | 0 | 0.95 | 0.58 |
HSL | 90º | 0.91% | 0.22% | - |
HSV(B) | 90º | 0.95% | 0.42% | - |
XYZ | 6.92 | 11.37 | 1.97 | - |
YUV | 80.12 | 85.6 | 110.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 107 | 5 | 0.48 | 0 | 0.95 | 0.58 | 90 | 0.91 | 0.22 |
Hex | 38 | 6B | 5 | 30 | 0 | 5F | 3A | 5A | 5B | 16 |
Octal | 70 | 153 | 5 | 60 | 0 | 137 | 72 | 132 | 133 | 26 |
Binary | 111000 | 1101011 | 101 | 110000 | 0 | 1011111 | 111010 | 1011010 | 1011011 | 10110 |
Color Harmonies of #386B05
Complementary color
Monochromatic Colors of #386B05
Black with #386B05
Text Example
Text Example
White with #386B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B05; }
p { color: rgb(56,107,5); }
H1.HeaderClassName
{
color: #386B05;
}
.AnyTagClassName
{
color: #386B05;
}
</style>
background-color css
<style>
a { background-color: #386B05; }
a { background-color: rgb(56,107,5); }
div.DivClassName
{
background-color: #386B05;
}
.BgClassName
{
background-color: #386B05;
}
</style>
border-color css
<style>
span { border-color: #386B05; }
span { border-color: rgb(56,107,5); }
td.TdClassName
{
border-color: #386B05;
}
.TagClassName
{
border-color: #386B05;
}
</style>