Shades of Sherwood Green #0F523C
Tints of Sherwood Green #0F523C
RGB
CMYK
RGB Variations
Color information
#0F523C (or 0x0F523C) is known color: Sherwood Green. HEX triplet: 0F, 52 and 3C. RGB value is (15,82,60). Sum of RGB (Red+Green+Blue) = 15+82+60=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #0F523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F523C is #F0ADC3. Grayscale: #3B3B3B. Windows color (decimal): -15773124 or 3953167. OLE color: 3953167.
HSL color Cylindrical-coordinate representation of color #0F523C: hue angle of 160.3º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F523C is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 60 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.68 |
| HSL | 160.3º | 0.69% | 0.19% | - |
| HSV(B) | 160.3º | 0.82% | 0.32% | - |
| XYZ | 4.03 | 6.46 | 5.31 | - |
| YUV | 59.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 60 | 0.82 | 0 | 0.27 | 0.68 | 160.3 | 0.69 | 0.19 |
| Hex | F | 52 | 3C | 52 | 0 | 1B | 44 | A0 | 45 | 13 |
| Octal | 17 | 122 | 74 | 122 | 0 | 33 | 104 | 240 | 105 | 23 |
| Binary | 1111 | 1010010 | 111100 | 1010010 | 0 | 11011 | 1000100 | 10100000 | 1000101 | 10011 |
Color Harmonies of #0F523C
Complementary color
Monochromatic Colors of #0F523C
Black with #0F523C
Text Example
Text Example
White with #0F523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F523C; }
p { color: rgb(15,82,60); }
H1.HeaderClassName
{
color: #0F523C;
}
.AnyTagClassName
{
color: #0F523C;
}
</style>
background-color css
<style>
a { background-color: #0F523C; }
a { background-color: rgb(15,82,60); }
div.DivClassName
{
background-color: #0F523C;
}
.BgClassName
{
background-color: #0F523C;
}
</style>
border-color css
<style>
span { border-color: #0F523C; }
span { border-color: rgb(15,82,60); }
td.TdClassName
{
border-color: #0F523C;
}
.TagClassName
{
border-color: #0F523C;
}
</style>