Shades of Sherwood Green #0C523B
Tints of Sherwood Green #0C523B
RGB
CMYK
RGB Variations
Color information
#0C523B (or 0x0C523B) is known color: Sherwood Green. HEX triplet: 0C, 52 and 3B. RGB value is (12,82,59). Sum of RGB (Red+Green+Blue) = 12+82+59=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #0C523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C523B is #F3ADC4. Grayscale: #3A3A3A. Windows color (decimal): -15969733 or 3887628. OLE color: 3887628.
HSL color Cylindrical-coordinate representation of color #0C523B: hue angle of 160.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C523B is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 82 | 59 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.68 |
| HSL | 160.29º | 0.74% | 0.18% | - |
| HSV(B) | 160.29º | 0.85% | 0.32% | - |
| XYZ | 3.96 | 6.43 | 5.17 | - |
| YUV | 58.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 59 | 0.85 | 0 | 0.28 | 0.68 | 160.29 | 0.74 | 0.18 |
| Hex | C | 52 | 3B | 55 | 0 | 1C | 44 | A0 | 4A | 12 |
| Octal | 14 | 122 | 73 | 125 | 0 | 34 | 104 | 240 | 112 | 22 |
| Binary | 1100 | 1010010 | 111011 | 1010101 | 0 | 11100 | 1000100 | 10100000 | 1001010 | 10010 |
Color Harmonies of #0C523B
Complementary color
Monochromatic Colors of #0C523B
Black with #0C523B
Text Example
Text Example
White with #0C523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C523B; }
p { color: rgb(12,82,59); }
H1.HeaderClassName
{
color: #0C523B;
}
.AnyTagClassName
{
color: #0C523B;
}
</style>
background-color css
<style>
a { background-color: #0C523B; }
a { background-color: rgb(12,82,59); }
div.DivClassName
{
background-color: #0C523B;
}
.BgClassName
{
background-color: #0C523B;
}
</style>
border-color css
<style>
span { border-color: #0C523B; }
span { border-color: rgb(12,82,59); }
td.TdClassName
{
border-color: #0C523B;
}
.TagClassName
{
border-color: #0C523B;
}
</style>