Shades of Sherwood Green #12533D
Tints of Sherwood Green #12533D
RGB
CMYK
RGB Variations
Color information
#12533D (or 0x12533D) is known color: Sherwood Green. HEX triplet: 12, 53 and 3D. RGB value is (18,83,61). Sum of RGB (Red+Green+Blue) = 18+83+61=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #12533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12533D is #EDACC2. Grayscale: #3D3D3D. Windows color (decimal): -15576259 or 4018962. OLE color: 4018962.
HSL color Cylindrical-coordinate representation of color #12533D: hue angle of 159.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12533D is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 61 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.67 |
| HSL | 159.69º | 0.64% | 0.2% | - |
| HSV(B) | 159.69º | 0.78% | 0.33% | - |
| XYZ | 4.19 | 6.65 | 5.48 | - |
| YUV | 61.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 61 | 0.78 | 0 | 0.27 | 0.67 | 159.69 | 0.64 | 0.2 |
| Hex | 12 | 53 | 3D | 4E | 0 | 1B | 43 | A0 | 40 | 14 |
| Octal | 22 | 123 | 75 | 116 | 0 | 33 | 103 | 240 | 100 | 24 |
| Binary | 10010 | 1010011 | 111101 | 1001110 | 0 | 11011 | 1000011 | 10100000 | 1000000 | 10100 |
Color Harmonies of #12533D
Complementary color
Monochromatic Colors of #12533D
Black with #12533D
Text Example
Text Example
White with #12533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12533D; }
p { color: rgb(18,83,61); }
H1.HeaderClassName
{
color: #12533D;
}
.AnyTagClassName
{
color: #12533D;
}
</style>
background-color css
<style>
a { background-color: #12533D; }
a { background-color: rgb(18,83,61); }
div.DivClassName
{
background-color: #12533D;
}
.BgClassName
{
background-color: #12533D;
}
</style>
border-color css
<style>
span { border-color: #12533D; }
span { border-color: rgb(18,83,61); }
td.TdClassName
{
border-color: #12533D;
}
.TagClassName
{
border-color: #12533D;
}
</style>