Shades of Sherwood Green #0F4B36
Tints of Sherwood Green #0F4B36
RGB
CMYK
RGB Variations
Color information
#0F4B36 (or 0x0F4B36) is known color: Sherwood Green. HEX triplet: 0F, 4B and 36. RGB value is (15,75,54). Sum of RGB (Red+Green+Blue) = 15+75+54=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B36 is #F0B4C9. Grayscale: #363636. Windows color (decimal): -15774922 or 3558159. OLE color: 3558159.
HSL color Cylindrical-coordinate representation of color #0F4B36: hue angle of 159º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B36 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 75 | 54 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.71 |
| HSL | 159º | 0.67% | 0.18% | - |
| HSV(B) | 159º | 0.8% | 0.29% | - |
| XYZ | 3.38 | 5.4 | 4.35 | - |
| YUV | 54.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 54 | 0.80 | 0 | 0.28 | 0.71 | 159 | 0.67 | 0.18 |
| Hex | F | 4B | 36 | 50 | 0 | 1C | 47 | 9F | 43 | 12 |
| Octal | 17 | 113 | 66 | 120 | 0 | 34 | 107 | 237 | 103 | 22 |
| Binary | 1111 | 1001011 | 110110 | 1010000 | 0 | 11100 | 1000111 | 10011111 | 1000011 | 10010 |
Color Harmonies of #0F4B36
Complementary color
Monochromatic Colors of #0F4B36
Black with #0F4B36
Text Example
Text Example
White with #0F4B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B36; }
p { color: rgb(15,75,54); }
H1.HeaderClassName
{
color: #0F4B36;
}
.AnyTagClassName
{
color: #0F4B36;
}
</style>
background-color css
<style>
a { background-color: #0F4B36; }
a { background-color: rgb(15,75,54); }
div.DivClassName
{
background-color: #0F4B36;
}
.BgClassName
{
background-color: #0F4B36;
}
</style>
border-color css
<style>
span { border-color: #0F4B36; }
span { border-color: rgb(15,75,54); }
td.TdClassName
{
border-color: #0F4B36;
}
.TagClassName
{
border-color: #0F4B36;
}
</style>