Shades of Sherwood Green #12533F
Tints of Sherwood Green #12533F
RGB
CMYK
RGB Variations
Color information
#12533F (or 0x12533F) is known color: Sherwood Green. HEX triplet: 12, 53 and 3F. RGB value is (18,83,63). Sum of RGB (Red+Green+Blue) = 18+83+63=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #12533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12533F is #EDACC0. Grayscale: #3D3D3D. Windows color (decimal): -15576257 or 4150034. OLE color: 4150034.
HSL color Cylindrical-coordinate representation of color #12533F: hue angle of 161.54º 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 #12533F is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 63 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.67 |
| HSL | 161.54º | 0.64% | 0.2% | - |
| HSV(B) | 161.54º | 0.78% | 0.33% | - |
| XYZ | 4.24 | 6.67 | 5.77 | - |
| YUV | 61.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 63 | 0.78 | 0 | 0.24 | 0.67 | 161.54 | 0.64 | 0.2 |
| Hex | 12 | 53 | 3F | 4E | 0 | 18 | 43 | A2 | 40 | 14 |
| Octal | 22 | 123 | 77 | 116 | 0 | 30 | 103 | 242 | 100 | 24 |
| Binary | 10010 | 1010011 | 111111 | 1001110 | 0 | 11000 | 1000011 | 10100010 | 1000000 | 10100 |
Color Harmonies of #12533F
Complementary color
Monochromatic Colors of #12533F
Black with #12533F
Text Example
Text Example
White with #12533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12533F; }
p { color: rgb(18,83,63); }
H1.HeaderClassName
{
color: #12533F;
}
.AnyTagClassName
{
color: #12533F;
}
</style>
background-color css
<style>
a { background-color: #12533F; }
a { background-color: rgb(18,83,63); }
div.DivClassName
{
background-color: #12533F;
}
.BgClassName
{
background-color: #12533F;
}
</style>
border-color css
<style>
span { border-color: #12533F; }
span { border-color: rgb(18,83,63); }
td.TdClassName
{
border-color: #12533F;
}
.TagClassName
{
border-color: #12533F;
}
</style>