Shades of Sherwood Green #1A4135
Tints of Sherwood Green #1A4135
RGB
CMYK
RGB Variations
Color information
#1A4135 (or 0x1A4135) is known color: Sherwood Green. HEX triplet: 1A, 41 and 35. RGB value is (26,65,53). Sum of RGB (Red+Green+Blue) = 26+65+53=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4135 is #E5BECA. Grayscale: #333333. Windows color (decimal): -15056587 or 3490074. OLE color: 3490074.
HSL color Cylindrical-coordinate representation of color #1A4135: hue angle of 161.54º 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 #1A4135 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 53 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.75 |
| HSL | 161.54º | 0.43% | 0.18% | - |
| HSV(B) | 161.54º | 0.6% | 0.25% | - |
| XYZ | 2.96 | 4.26 | 4.03 | - |
| YUV | 51.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 53 | 0.60 | 0 | 0.18 | 0.75 | 161.54 | 0.43 | 0.18 |
| Hex | 1A | 41 | 35 | 3C | 0 | 12 | 4B | A2 | 2B | 12 |
| Octal | 32 | 101 | 65 | 74 | 0 | 22 | 113 | 242 | 53 | 22 |
| Binary | 11010 | 1000001 | 110101 | 111100 | 0 | 10010 | 1001011 | 10100010 | 101011 | 10010 |
Color Harmonies of #1A4135
Complementary color
Monochromatic Colors of #1A4135
Black with #1A4135
Text Example
Text Example
White with #1A4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4135; }
p { color: rgb(26,65,53); }
H1.HeaderClassName
{
color: #1A4135;
}
.AnyTagClassName
{
color: #1A4135;
}
</style>
background-color css
<style>
a { background-color: #1A4135; }
a { background-color: rgb(26,65,53); }
div.DivClassName
{
background-color: #1A4135;
}
.BgClassName
{
background-color: #1A4135;
}
</style>
border-color css
<style>
span { border-color: #1A4135; }
span { border-color: rgb(26,65,53); }
td.TdClassName
{
border-color: #1A4135;
}
.TagClassName
{
border-color: #1A4135;
}
</style>