Shades of Sherwood Green #0C4433
Tints of Sherwood Green #0C4433
RGB
CMYK
RGB Variations
Color information
#0C4433 (or 0x0C4433) is known color: Sherwood Green. HEX triplet: 0C, 44 and 33. RGB value is (12,68,51). Sum of RGB (Red+Green+Blue) = 12+68+51=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4433 is #F3BBCC. Grayscale: #313131. Windows color (decimal): -15973325 or 3359756. OLE color: 3359756.
HSL color Cylindrical-coordinate representation of color #0C4433: hue angle of 161.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4433 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 68 | 51 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.73 |
| HSL | 161.79º | 0.7% | 0.16% | - |
| HSV(B) | 161.79º | 0.82% | 0.27% | - |
| XYZ | 2.82 | 4.45 | 3.84 | - |
| YUV | 49.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 51 | 0.82 | 0 | 0.25 | 0.73 | 161.79 | 0.7 | 0.16 |
| Hex | C | 44 | 33 | 52 | 0 | 19 | 49 | A2 | 46 | 10 |
| Octal | 14 | 104 | 63 | 122 | 0 | 31 | 111 | 242 | 106 | 20 |
| Binary | 1100 | 1000100 | 110011 | 1010010 | 0 | 11001 | 1001001 | 10100010 | 1000110 | 10000 |
Color Harmonies of #0C4433
Complementary color
Monochromatic Colors of #0C4433
Black with #0C4433
Text Example
Text Example
White with #0C4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4433; }
p { color: rgb(12,68,51); }
H1.HeaderClassName
{
color: #0C4433;
}
.AnyTagClassName
{
color: #0C4433;
}
</style>
background-color css
<style>
a { background-color: #0C4433; }
a { background-color: rgb(12,68,51); }
div.DivClassName
{
background-color: #0C4433;
}
.BgClassName
{
background-color: #0C4433;
}
</style>
border-color css
<style>
span { border-color: #0C4433; }
span { border-color: rgb(12,68,51); }
td.TdClassName
{
border-color: #0C4433;
}
.TagClassName
{
border-color: #0C4433;
}
</style>