Shades of Verdun Green #38660C
Tints of Verdun Green #38660C
RGB
CMYK
RGB Variations
Color information
#38660C (or 0x38660C) is known color: Verdun Green. HEX triplet: 38, 66 and 0C. RGB value is (56,102,12). Sum of RGB (Red+Green+Blue) = 56+102+12=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #38660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38660C is #C799F3. Grayscale: #4E4E4E. Windows color (decimal): -13081076 or 812600. OLE color: 812600.
HSL color Cylindrical-coordinate representation of color #38660C: hue angle of 90.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38660C is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 56 | 102 | 12 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.6 |
| HSL | 90.67º | 0.79% | 0.22% | - |
| HSV(B) | 90.67º | 0.88% | 0.4% | - |
| XYZ | 6.45 | 10.37 | 2.01 | - |
| YUV | 77.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 12 | 0.45 | 0 | 0.88 | 0.6 | 90.67 | 0.79 | 0.22 |
| Hex | 38 | 66 | C | 2D | 0 | 58 | 3C | 5B | 4F | 16 |
| Octal | 70 | 146 | 14 | 55 | 0 | 130 | 74 | 133 | 117 | 26 |
| Binary | 111000 | 1100110 | 1100 | 101101 | 0 | 1011000 | 111100 | 1011011 | 1001111 | 10110 |
Color Harmonies of #38660C
Complementary color
Monochromatic Colors of #38660C
Black with #38660C
Text Example
Text Example
White with #38660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38660C; }
p { color: rgb(56,102,12); }
H1.HeaderClassName
{
color: #38660C;
}
.AnyTagClassName
{
color: #38660C;
}
</style>
background-color css
<style>
a { background-color: #38660C; }
a { background-color: rgb(56,102,12); }
div.DivClassName
{
background-color: #38660C;
}
.BgClassName
{
background-color: #38660C;
}
</style>
border-color css
<style>
span { border-color: #38660C; }
span { border-color: rgb(56,102,12); }
td.TdClassName
{
border-color: #38660C;
}
.TagClassName
{
border-color: #38660C;
}
</style>