Shades of Sherwood Green #144132
Tints of Sherwood Green #144132
RGB
CMYK
RGB Variations
Color information
#144132 (or 0x144132) is known color: Sherwood Green. HEX triplet: 14, 41 and 32. RGB value is (20,65,50). Sum of RGB (Red+Green+Blue) = 20+65+50=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #144132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144132 is #EBBECD. Grayscale: #313131. Windows color (decimal): -15449806 or 3293460. OLE color: 3293460.
HSL color Cylindrical-coordinate representation of color #144132: hue angle of 160º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144132 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 50 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.75 |
| HSL | 160º | 0.53% | 0.17% | - |
| HSV(B) | 160º | 0.69% | 0.25% | - |
| XYZ | 2.75 | 4.16 | 3.68 | - |
| YUV | 49.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 50 | 0.69 | 0 | 0.23 | 0.75 | 160 | 0.53 | 0.17 |
| Hex | 14 | 41 | 32 | 45 | 0 | 17 | 4B | A0 | 35 | 11 |
| Octal | 24 | 101 | 62 | 105 | 0 | 27 | 113 | 240 | 65 | 21 |
| Binary | 10100 | 1000001 | 110010 | 1000101 | 0 | 10111 | 1001011 | 10100000 | 110101 | 10001 |
Color Harmonies of #144132
Complementary color
Monochromatic Colors of #144132
Black with #144132
Text Example
Text Example
White with #144132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144132; }
p { color: rgb(20,65,50); }
H1.HeaderClassName
{
color: #144132;
}
.AnyTagClassName
{
color: #144132;
}
</style>
background-color css
<style>
a { background-color: #144132; }
a { background-color: rgb(20,65,50); }
div.DivClassName
{
background-color: #144132;
}
.BgClassName
{
background-color: #144132;
}
</style>
border-color css
<style>
span { border-color: #144132; }
span { border-color: rgb(20,65,50); }
td.TdClassName
{
border-color: #144132;
}
.TagClassName
{
border-color: #144132;
}
</style>