Shades of Sherwood Green #12513D
Tints of Sherwood Green #12513D
RGB
CMYK
RGB Variations
Color information
#12513D (or 0x12513D) is known color: Sherwood Green. HEX triplet: 12, 51 and 3D. RGB value is (18,81,61). Sum of RGB (Red+Green+Blue) = 18+81+61=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #12513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12513D is #EDAEC2. Grayscale: #3B3B3B. Windows color (decimal): -15576771 or 4018450. OLE color: 4018450.
HSL color Cylindrical-coordinate representation of color #12513D: hue angle of 160.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12513D is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 61 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.68 |
| HSL | 160.95º | 0.64% | 0.19% | - |
| HSV(B) | 160.95º | 0.78% | 0.32% | - |
| XYZ | 4.03 | 6.35 | 5.43 | - |
| YUV | 59.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 61 | 0.78 | 0 | 0.25 | 0.68 | 160.95 | 0.64 | 0.19 |
| Hex | 12 | 51 | 3D | 4E | 0 | 19 | 44 | A1 | 40 | 13 |
| Octal | 22 | 121 | 75 | 116 | 0 | 31 | 104 | 241 | 100 | 23 |
| Binary | 10010 | 1010001 | 111101 | 1001110 | 0 | 11001 | 1000100 | 10100001 | 1000000 | 10011 |
Color Harmonies of #12513D
Complementary color
Monochromatic Colors of #12513D
Black with #12513D
Text Example
Text Example
White with #12513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12513D; }
p { color: rgb(18,81,61); }
H1.HeaderClassName
{
color: #12513D;
}
.AnyTagClassName
{
color: #12513D;
}
</style>
background-color css
<style>
a { background-color: #12513D; }
a { background-color: rgb(18,81,61); }
div.DivClassName
{
background-color: #12513D;
}
.BgClassName
{
background-color: #12513D;
}
</style>
border-color css
<style>
span { border-color: #12513D; }
span { border-color: rgb(18,81,61); }
td.TdClassName
{
border-color: #12513D;
}
.TagClassName
{
border-color: #12513D;
}
</style>