Shades of Sherwood Green #1A4132
Tints of Sherwood Green #1A4132
RGB
CMYK
RGB Variations
Color information
#1A4132 (or 0x1A4132) is known color: Sherwood Green. HEX triplet: 1A, 41 and 32. RGB value is (26,65,50). Sum of RGB (Red+Green+Blue) = 26+65+50=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4132 is #E5BECD. Grayscale: #333333. Windows color (decimal): -15056590 or 3293466. OLE color: 3293466.
HSL color Cylindrical-coordinate representation of color #1A4132: hue angle of 156.92º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A4132 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 50 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.75 |
| HSL | 156.92º | 0.43% | 0.18% | - |
| HSV(B) | 156.92º | 0.6% | 0.25% | - |
| XYZ | 2.89 | 4.23 | 3.68 | - |
| YUV | 51.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 50 | 0.60 | 0 | 0.23 | 0.75 | 156.92 | 0.43 | 0.18 |
| Hex | 1A | 41 | 32 | 3C | 0 | 17 | 4B | 9D | 2B | 12 |
| Octal | 32 | 101 | 62 | 74 | 0 | 27 | 113 | 235 | 53 | 22 |
| Binary | 11010 | 1000001 | 110010 | 111100 | 0 | 10111 | 1001011 | 10011101 | 101011 | 10010 |
Color Harmonies of #1A4132
Complementary color
Monochromatic Colors of #1A4132
Black with #1A4132
Text Example
Text Example
White with #1A4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4132; }
p { color: rgb(26,65,50); }
H1.HeaderClassName
{
color: #1A4132;
}
.AnyTagClassName
{
color: #1A4132;
}
</style>
background-color css
<style>
a { background-color: #1A4132; }
a { background-color: rgb(26,65,50); }
div.DivClassName
{
background-color: #1A4132;
}
.BgClassName
{
background-color: #1A4132;
}
</style>
border-color css
<style>
span { border-color: #1A4132; }
span { border-color: rgb(26,65,50); }
td.TdClassName
{
border-color: #1A4132;
}
.TagClassName
{
border-color: #1A4132;
}
</style>