Shades of Sherwood Green #1A4134
Tints of Sherwood Green #1A4134
RGB
CMYK
RGB Variations
Color information
#1A4134 (or 0x1A4134) is known color: Sherwood Green. HEX triplet: 1A, 41 and 34. RGB value is (26,65,52). Sum of RGB (Red+Green+Blue) = 26+65+52=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4134 is #E5BECB. Grayscale: #333333. Windows color (decimal): -15056588 or 3424538. OLE color: 3424538.
HSL color Cylindrical-coordinate representation of color #1A4134: hue angle of 160º 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 #1A4134 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 52 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.75 |
| HSL | 160º | 0.43% | 0.18% | - |
| HSV(B) | 160º | 0.6% | 0.25% | - |
| XYZ | 2.94 | 4.25 | 3.91 | - |
| YUV | 51.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 52 | 0.60 | 0 | 0.20 | 0.75 | 160 | 0.43 | 0.18 |
| Hex | 1A | 41 | 34 | 3C | 0 | 14 | 4B | A0 | 2B | 12 |
| Octal | 32 | 101 | 64 | 74 | 0 | 24 | 113 | 240 | 53 | 22 |
| Binary | 11010 | 1000001 | 110100 | 111100 | 0 | 10100 | 1001011 | 10100000 | 101011 | 10010 |
Color Harmonies of #1A4134
Complementary color
Monochromatic Colors of #1A4134
Black with #1A4134
Text Example
Text Example
White with #1A4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4134; }
p { color: rgb(26,65,52); }
H1.HeaderClassName
{
color: #1A4134;
}
.AnyTagClassName
{
color: #1A4134;
}
</style>
background-color css
<style>
a { background-color: #1A4134; }
a { background-color: rgb(26,65,52); }
div.DivClassName
{
background-color: #1A4134;
}
.BgClassName
{
background-color: #1A4134;
}
</style>
border-color css
<style>
span { border-color: #1A4134; }
span { border-color: rgb(26,65,52); }
td.TdClassName
{
border-color: #1A4134;
}
.TagClassName
{
border-color: #1A4134;
}
</style>