Shades of Sherwood Green #1A4335
Tints of Sherwood Green #1A4335
RGB
CMYK
RGB Variations
Color information
#1A4335 (or 0x1A4335) is known color: Sherwood Green. HEX triplet: 1A, 43 and 35. RGB value is (26,67,53). Sum of RGB (Red+Green+Blue) = 26+67+53=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4335 is #E5BCCA. Grayscale: #353535. Windows color (decimal): -15056075 or 3490586. OLE color: 3490586.
HSL color Cylindrical-coordinate representation of color #1A4335: hue angle of 159.51º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A4335 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 53 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.74 |
| HSL | 159.51º | 0.44% | 0.18% | - |
| HSV(B) | 159.51º | 0.61% | 0.26% | - |
| XYZ | 3.08 | 4.49 | 4.07 | - |
| YUV | 53.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 53 | 0.61 | 0 | 0.21 | 0.74 | 159.51 | 0.44 | 0.18 |
| Hex | 1A | 43 | 35 | 3D | 0 | 15 | 4A | A0 | 2C | 12 |
| Octal | 32 | 103 | 65 | 75 | 0 | 25 | 112 | 240 | 54 | 22 |
| Binary | 11010 | 1000011 | 110101 | 111101 | 0 | 10101 | 1001010 | 10100000 | 101100 | 10010 |
Color Harmonies of #1A4335
Complementary color
Monochromatic Colors of #1A4335
Black with #1A4335
Text Example
Text Example
White with #1A4335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4335; }
p { color: rgb(26,67,53); }
H1.HeaderClassName
{
color: #1A4335;
}
.AnyTagClassName
{
color: #1A4335;
}
</style>
background-color css
<style>
a { background-color: #1A4335; }
a { background-color: rgb(26,67,53); }
div.DivClassName
{
background-color: #1A4335;
}
.BgClassName
{
background-color: #1A4335;
}
</style>
border-color css
<style>
span { border-color: #1A4335; }
span { border-color: rgb(26,67,53); }
td.TdClassName
{
border-color: #1A4335;
}
.TagClassName
{
border-color: #1A4335;
}
</style>