Shades of Sherwood Green #1A4D3B
Tints of Sherwood Green #1A4D3B
RGB
CMYK
RGB Variations
Color information
#1A4D3B (or 0x1A4D3B) is known color: Sherwood Green. HEX triplet: 1A, 4D and 3B. RGB value is (26,77,59). Sum of RGB (Red+Green+Blue) = 26+77+59=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D3B is #E5B2C4. Grayscale: #3B3B3B. Windows color (decimal): -15053509 or 3886362. OLE color: 3886362.
HSL color Cylindrical-coordinate representation of color #1A4D3B: hue angle of 158.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D3B is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 59 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.70 |
| HSL | 158.82º | 0.5% | 0.2% | - |
| HSV(B) | 158.82º | 0.66% | 0.3% | - |
| XYZ | 3.87 | 5.84 | 5.06 | - |
| YUV | 59.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 59 | 0.66 | 0 | 0.23 | 0.70 | 158.82 | 0.5 | 0.2 |
| Hex | 1A | 4D | 3B | 42 | 0 | 17 | 46 | 9F | 32 | 14 |
| Octal | 32 | 115 | 73 | 102 | 0 | 27 | 106 | 237 | 62 | 24 |
| Binary | 11010 | 1001101 | 111011 | 1000010 | 0 | 10111 | 1000110 | 10011111 | 110010 | 10100 |
Color Harmonies of #1A4D3B
Complementary color
Monochromatic Colors of #1A4D3B
Black with #1A4D3B
Text Example
Text Example
White with #1A4D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D3B; }
p { color: rgb(26,77,59); }
H1.HeaderClassName
{
color: #1A4D3B;
}
.AnyTagClassName
{
color: #1A4D3B;
}
</style>
background-color css
<style>
a { background-color: #1A4D3B; }
a { background-color: rgb(26,77,59); }
div.DivClassName
{
background-color: #1A4D3B;
}
.BgClassName
{
background-color: #1A4D3B;
}
</style>
border-color css
<style>
span { border-color: #1A4D3B; }
span { border-color: rgb(26,77,59); }
td.TdClassName
{
border-color: #1A4D3B;
}
.TagClassName
{
border-color: #1A4D3B;
}
</style>