Shades of Sherwood Green #0F533D
Tints of Sherwood Green #0F533D
RGB
CMYK
RGB Variations
Color information
#0F533D (or 0x0F533D) is known color: Sherwood Green. HEX triplet: 0F, 53 and 3D. RGB value is (15,83,61). Sum of RGB (Red+Green+Blue) = 15+83+61=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #0F533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F533D is #F0ACC2. Grayscale: #3C3C3C. Windows color (decimal): -15772867 or 4018959. OLE color: 4018959.
HSL color Cylindrical-coordinate representation of color #0F533D: hue angle of 160.59º 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 #0F533D is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 61 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.67 |
| HSL | 160.59º | 0.69% | 0.19% | - |
| HSV(B) | 160.59º | 0.82% | 0.33% | - |
| XYZ | 4.13 | 6.62 | 5.48 | - |
| YUV | 60.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 61 | 0.82 | 0 | 0.27 | 0.67 | 160.59 | 0.69 | 0.19 |
| Hex | F | 53 | 3D | 52 | 0 | 1B | 43 | A1 | 45 | 13 |
| Octal | 17 | 123 | 75 | 122 | 0 | 33 | 103 | 241 | 105 | 23 |
| Binary | 1111 | 1010011 | 111101 | 1010010 | 0 | 11011 | 1000011 | 10100001 | 1000101 | 10011 |
Color Harmonies of #0F533D
Complementary color
Monochromatic Colors of #0F533D
Black with #0F533D
Text Example
Text Example
White with #0F533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F533D; }
p { color: rgb(15,83,61); }
H1.HeaderClassName
{
color: #0F533D;
}
.AnyTagClassName
{
color: #0F533D;
}
</style>
background-color css
<style>
a { background-color: #0F533D; }
a { background-color: rgb(15,83,61); }
div.DivClassName
{
background-color: #0F533D;
}
.BgClassName
{
background-color: #0F533D;
}
</style>
border-color css
<style>
span { border-color: #0F533D; }
span { border-color: rgb(15,83,61); }
td.TdClassName
{
border-color: #0F533D;
}
.TagClassName
{
border-color: #0F533D;
}
</style>