Shades of Sherwood Green #09503A
Tints of Sherwood Green #09503A
RGB
CMYK
RGB Variations
Color information
#09503A (or 0x09503A) is known color: Sherwood Green. HEX triplet: 09, 50 and 3A. RGB value is (9,80,58). Sum of RGB (Red+Green+Blue) = 9+80+58=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #09503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09503A is #F6AFC5. Grayscale: #383838. Windows color (decimal): -16166854 or 3821577. OLE color: 3821577.
HSL color Cylindrical-coordinate representation of color #09503A: hue angle of 161.41º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09503A is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 80 | 58 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.69 |
| HSL | 161.41º | 0.8% | 0.17% | - |
| HSV(B) | 161.41º | 0.89% | 0.31% | - |
| XYZ | 3.75 | 6.1 | 4.98 | - |
| YUV | 56.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 58 | 0.89 | 0 | 0.28 | 0.69 | 161.41 | 0.8 | 0.17 |
| Hex | 9 | 50 | 3A | 59 | 0 | 1C | 45 | A1 | 50 | 11 |
| Octal | 11 | 120 | 72 | 131 | 0 | 34 | 105 | 241 | 120 | 21 |
| Binary | 1001 | 1010000 | 111010 | 1011001 | 0 | 11100 | 1000101 | 10100001 | 1010000 | 10001 |
Color Harmonies of #09503A
Complementary color
Monochromatic Colors of #09503A
Black with #09503A
Text Example
Text Example
White with #09503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09503A; }
p { color: rgb(9,80,58); }
H1.HeaderClassName
{
color: #09503A;
}
.AnyTagClassName
{
color: #09503A;
}
</style>
background-color css
<style>
a { background-color: #09503A; }
a { background-color: rgb(9,80,58); }
div.DivClassName
{
background-color: #09503A;
}
.BgClassName
{
background-color: #09503A;
}
</style>
border-color css
<style>
span { border-color: #09503A; }
span { border-color: rgb(9,80,58); }
td.TdClassName
{
border-color: #09503A;
}
.TagClassName
{
border-color: #09503A;
}
</style>