Shades of Sherwood Green #0C4E38
Tints of Sherwood Green #0C4E38
RGB
CMYK
RGB Variations
Color information
#0C4E38 (or 0x0C4E38) is known color: Sherwood Green. HEX triplet: 0C, 4E and 38. RGB value is (12,78,56). Sum of RGB (Red+Green+Blue) = 12+78+56=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E38 is #F3B1C7. Grayscale: #373737. Windows color (decimal): -15970760 or 3689996. OLE color: 3689996.
HSL color Cylindrical-coordinate representation of color #0C4E38: hue angle of 160º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E38 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 78 | 56 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.69 |
| HSL | 160º | 0.73% | 0.18% | - |
| HSV(B) | 160º | 0.85% | 0.31% | - |
| XYZ | 3.59 | 5.81 | 4.67 | - |
| YUV | 55.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 56 | 0.85 | 0 | 0.28 | 0.69 | 160 | 0.73 | 0.18 |
| Hex | C | 4E | 38 | 55 | 0 | 1C | 45 | A0 | 49 | 12 |
| Octal | 14 | 116 | 70 | 125 | 0 | 34 | 105 | 240 | 111 | 22 |
| Binary | 1100 | 1001110 | 111000 | 1010101 | 0 | 11100 | 1000101 | 10100000 | 1001001 | 10010 |
Color Harmonies of #0C4E38
Complementary color
Monochromatic Colors of #0C4E38
Black with #0C4E38
Text Example
Text Example
White with #0C4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4E38; }
p { color: rgb(12,78,56); }
H1.HeaderClassName
{
color: #0C4E38;
}
.AnyTagClassName
{
color: #0C4E38;
}
</style>
background-color css
<style>
a { background-color: #0C4E38; }
a { background-color: rgb(12,78,56); }
div.DivClassName
{
background-color: #0C4E38;
}
.BgClassName
{
background-color: #0C4E38;
}
</style>
border-color css
<style>
span { border-color: #0C4E38; }
span { border-color: rgb(12,78,56); }
td.TdClassName
{
border-color: #0C4E38;
}
.TagClassName
{
border-color: #0C4E38;
}
</style>