Shades of Sherwood Green #10523E
Tints of Sherwood Green #10523E
RGB
CMYK
RGB Variations
Color information
#10523E (or 0x10523E) is known color: Sherwood Green. HEX triplet: 10, 52 and 3E. RGB value is (16,82,62). Sum of RGB (Red+Green+Blue) = 16+82+62=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #10523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10523E is #EFADC1. Grayscale: #3B3B3B. Windows color (decimal): -15707586 or 4084240. OLE color: 4084240.
HSL color Cylindrical-coordinate representation of color #10523E: hue angle of 161.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10523E is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 62 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.68 |
| HSL | 161.82º | 0.67% | 0.19% | - |
| HSV(B) | 161.82º | 0.8% | 0.32% | - |
| XYZ | 4.1 | 6.49 | 5.59 | - |
| YUV | 59.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 62 | 0.80 | 0 | 0.24 | 0.68 | 161.82 | 0.67 | 0.19 |
| Hex | 10 | 52 | 3E | 50 | 0 | 18 | 44 | A2 | 43 | 13 |
| Octal | 20 | 122 | 76 | 120 | 0 | 30 | 104 | 242 | 103 | 23 |
| Binary | 10000 | 1010010 | 111110 | 1010000 | 0 | 11000 | 1000100 | 10100010 | 1000011 | 10011 |
Color Harmonies of #10523E
Complementary color
Monochromatic Colors of #10523E
Black with #10523E
Text Example
Text Example
White with #10523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10523E; }
p { color: rgb(16,82,62); }
H1.HeaderClassName
{
color: #10523E;
}
.AnyTagClassName
{
color: #10523E;
}
</style>
background-color css
<style>
a { background-color: #10523E; }
a { background-color: rgb(16,82,62); }
div.DivClassName
{
background-color: #10523E;
}
.BgClassName
{
background-color: #10523E;
}
</style>
border-color css
<style>
span { border-color: #10523E; }
span { border-color: rgb(16,82,62); }
td.TdClassName
{
border-color: #10523E;
}
.TagClassName
{
border-color: #10523E;
}
</style>