Shades of Sherwood Green #1A5442
Tints of Sherwood Green #1A5442
RGB
CMYK
RGB Variations
Color information
#1A5442 (or 0x1A5442) is known color: Sherwood Green. HEX triplet: 1A, 54 and 42. RGB value is (26,84,66). Sum of RGB (Red+Green+Blue) = 26+84+66=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5442 is #E5ABBD. Grayscale: #404040. Windows color (decimal): -15051710 or 4346906. OLE color: 4346906.
HSL color Cylindrical-coordinate representation of color #1A5442: hue angle of 161.38º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5442 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 66 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.67 |
| HSL | 161.38º | 0.53% | 0.22% | - |
| HSV(B) | 161.38º | 0.69% | 0.33% | - |
| XYZ | 4.58 | 6.95 | 6.26 | - |
| YUV | 64.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 66 | 0.69 | 0 | 0.21 | 0.67 | 161.38 | 0.53 | 0.22 |
| Hex | 1A | 54 | 42 | 45 | 0 | 15 | 43 | A1 | 35 | 16 |
| Octal | 32 | 124 | 102 | 105 | 0 | 25 | 103 | 241 | 65 | 26 |
| Binary | 11010 | 1010100 | 1000010 | 1000101 | 0 | 10101 | 1000011 | 10100001 | 110101 | 10110 |
Color Harmonies of #1A5442
Complementary color
Monochromatic Colors of #1A5442
Black with #1A5442
Text Example
Text Example
White with #1A5442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5442; }
p { color: rgb(26,84,66); }
H1.HeaderClassName
{
color: #1A5442;
}
.AnyTagClassName
{
color: #1A5442;
}
</style>
background-color css
<style>
a { background-color: #1A5442; }
a { background-color: rgb(26,84,66); }
div.DivClassName
{
background-color: #1A5442;
}
.BgClassName
{
background-color: #1A5442;
}
</style>
border-color css
<style>
span { border-color: #1A5442; }
span { border-color: rgb(26,84,66); }
td.TdClassName
{
border-color: #1A5442;
}
.TagClassName
{
border-color: #1A5442;
}
</style>