Shades of Sherwood Green #1A4537
Tints of Sherwood Green #1A4537
RGB
CMYK
RGB Variations
Color information
#1A4537 (or 0x1A4537) is known color: Sherwood Green. HEX triplet: 1A, 45 and 37. RGB value is (26,69,55). Sum of RGB (Red+Green+Blue) = 26+69+55=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4537 is #E5BAC8. Grayscale: #363636. Windows color (decimal): -15055561 or 3622170. OLE color: 3622170.
HSL color Cylindrical-coordinate representation of color #1A4537: hue angle of 160.47º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4537 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 55 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.73 |
| HSL | 160.47º | 0.45% | 0.19% | - |
| HSV(B) | 160.47º | 0.62% | 0.27% | - |
| XYZ | 3.24 | 4.75 | 4.36 | - |
| YUV | 54.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 55 | 0.62 | 0 | 0.20 | 0.73 | 160.47 | 0.45 | 0.19 |
| Hex | 1A | 45 | 37 | 3E | 0 | 14 | 49 | A0 | 2D | 13 |
| Octal | 32 | 105 | 67 | 76 | 0 | 24 | 111 | 240 | 55 | 23 |
| Binary | 11010 | 1000101 | 110111 | 111110 | 0 | 10100 | 1001001 | 10100000 | 101101 | 10011 |
Color Harmonies of #1A4537
Complementary color
Monochromatic Colors of #1A4537
Black with #1A4537
Text Example
Text Example
White with #1A4537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4537; }
p { color: rgb(26,69,55); }
H1.HeaderClassName
{
color: #1A4537;
}
.AnyTagClassName
{
color: #1A4537;
}
</style>
background-color css
<style>
a { background-color: #1A4537; }
a { background-color: rgb(26,69,55); }
div.DivClassName
{
background-color: #1A4537;
}
.BgClassName
{
background-color: #1A4537;
}
</style>
border-color css
<style>
span { border-color: #1A4537; }
span { border-color: rgb(26,69,55); }
td.TdClassName
{
border-color: #1A4537;
}
.TagClassName
{
border-color: #1A4537;
}
</style>