Shades of Sherwood Green #0A543D
Tints of Sherwood Green #0A543D
RGB
CMYK
RGB Variations
Color information
#0A543D (or 0x0A543D) is known color: Sherwood Green. HEX triplet: 0A, 54 and 3D. RGB value is (10,84,61). Sum of RGB (Red+Green+Blue) = 10+84+61=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #0A543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A543D is #F5ABC2. Grayscale: #3B3B3B. Windows color (decimal): -16100291 or 4019210. OLE color: 4019210.
HSL color Cylindrical-coordinate representation of color #0A543D: hue angle of 161.35º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A543D is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 61 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.67 |
| HSL | 161.35º | 0.79% | 0.18% | - |
| HSV(B) | 161.35º | 0.88% | 0.33% | - |
| XYZ | 4.14 | 6.74 | 5.5 | - |
| YUV | 59.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 61 | 0.88 | 0 | 0.27 | 0.67 | 161.35 | 0.79 | 0.18 |
| Hex | A | 54 | 3D | 58 | 0 | 1B | 43 | A1 | 4F | 12 |
| Octal | 12 | 124 | 75 | 130 | 0 | 33 | 103 | 241 | 117 | 22 |
| Binary | 1010 | 1010100 | 111101 | 1011000 | 0 | 11011 | 1000011 | 10100001 | 1001111 | 10010 |
Color Harmonies of #0A543D
Complementary color
Monochromatic Colors of #0A543D
Black with #0A543D
Text Example
Text Example
White with #0A543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A543D; }
p { color: rgb(10,84,61); }
H1.HeaderClassName
{
color: #0A543D;
}
.AnyTagClassName
{
color: #0A543D;
}
</style>
background-color css
<style>
a { background-color: #0A543D; }
a { background-color: rgb(10,84,61); }
div.DivClassName
{
background-color: #0A543D;
}
.BgClassName
{
background-color: #0A543D;
}
</style>
border-color css
<style>
span { border-color: #0A543D; }
span { border-color: rgb(10,84,61); }
td.TdClassName
{
border-color: #0A543D;
}
.TagClassName
{
border-color: #0A543D;
}
</style>