Shades of Sherwood Green #0F533E
Tints of Sherwood Green #0F533E
RGB
CMYK
RGB Variations
Color information
#0F533E (or 0x0F533E) is known color: Sherwood Green. HEX triplet: 0F, 53 and 3E. RGB value is (15,83,62). Sum of RGB (Red+Green+Blue) = 15+83+62=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #0F533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F533E is #F0ACC1. Grayscale: #3C3C3C. Windows color (decimal): -15772866 or 4084495. OLE color: 4084495.
HSL color Cylindrical-coordinate representation of color #0F533E: hue angle of 161.47º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F533E is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 62 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.67 |
| HSL | 161.47º | 0.69% | 0.19% | - |
| HSV(B) | 161.47º | 0.82% | 0.33% | - |
| XYZ | 4.16 | 6.64 | 5.62 | - |
| YUV | 60.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 62 | 0.82 | 0 | 0.25 | 0.67 | 161.47 | 0.69 | 0.19 |
| Hex | F | 53 | 3E | 52 | 0 | 19 | 43 | A1 | 45 | 13 |
| Octal | 17 | 123 | 76 | 122 | 0 | 31 | 103 | 241 | 105 | 23 |
| Binary | 1111 | 1010011 | 111110 | 1010010 | 0 | 11001 | 1000011 | 10100001 | 1000101 | 10011 |
Color Harmonies of #0F533E
Complementary color
Monochromatic Colors of #0F533E
Black with #0F533E
Text Example
Text Example
White with #0F533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F533E; }
p { color: rgb(15,83,62); }
H1.HeaderClassName
{
color: #0F533E;
}
.AnyTagClassName
{
color: #0F533E;
}
</style>
background-color css
<style>
a { background-color: #0F533E; }
a { background-color: rgb(15,83,62); }
div.DivClassName
{
background-color: #0F533E;
}
.BgClassName
{
background-color: #0F533E;
}
</style>
border-color css
<style>
span { border-color: #0F533E; }
span { border-color: rgb(15,83,62); }
td.TdClassName
{
border-color: #0F533E;
}
.TagClassName
{
border-color: #0F533E;
}
</style>