Shades of Sherwood Green #1A4035
Tints of Sherwood Green #1A4035
RGB
CMYK
RGB Variations
Color information
#1A4035 (or 0x1A4035) is known color: Sherwood Green. HEX triplet: 1A, 40 and 35. RGB value is (26,64,53). Sum of RGB (Red+Green+Blue) = 26+64+53=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4035 is #E5BFCA. Grayscale: #333333. Windows color (decimal): -15056843 or 3489818. OLE color: 3489818.
HSL color Cylindrical-coordinate representation of color #1A4035: hue angle of 162.63º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A4035 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 53 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.75 |
| HSL | 162.63º | 0.42% | 0.18% | - |
| HSV(B) | 162.63º | 0.59% | 0.25% | - |
| XYZ | 2.9 | 4.14 | 4.01 | - |
| YUV | 51.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 53 | 0.59 | 0 | 0.17 | 0.75 | 162.63 | 0.42 | 0.18 |
| Hex | 1A | 40 | 35 | 3B | 0 | 11 | 4B | A3 | 2A | 12 |
| Octal | 32 | 100 | 65 | 73 | 0 | 21 | 113 | 243 | 52 | 22 |
| Binary | 11010 | 1000000 | 110101 | 111011 | 0 | 10001 | 1001011 | 10100011 | 101010 | 10010 |
Color Harmonies of #1A4035
Complementary color
Monochromatic Colors of #1A4035
Black with #1A4035
Text Example
Text Example
White with #1A4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4035; }
p { color: rgb(26,64,53); }
H1.HeaderClassName
{
color: #1A4035;
}
.AnyTagClassName
{
color: #1A4035;
}
</style>
background-color css
<style>
a { background-color: #1A4035; }
a { background-color: rgb(26,64,53); }
div.DivClassName
{
background-color: #1A4035;
}
.BgClassName
{
background-color: #1A4035;
}
</style>
border-color css
<style>
span { border-color: #1A4035; }
span { border-color: rgb(26,64,53); }
td.TdClassName
{
border-color: #1A4035;
}
.TagClassName
{
border-color: #1A4035;
}
</style>