Shades of Sherwood Green #1A4635
Tints of Sherwood Green #1A4635
RGB
CMYK
RGB Variations
Color information
#1A4635 (or 0x1A4635) is known color: Sherwood Green. HEX triplet: 1A, 46 and 35. RGB value is (26,70,53). Sum of RGB (Red+Green+Blue) = 26+70+53=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4635 is #E5B9CA. Grayscale: #363636. Windows color (decimal): -15055307 or 3491354. OLE color: 3491354.
HSL color Cylindrical-coordinate representation of color #1A4635: hue angle of 156.82º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4635 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 70 | 53 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.73 |
| HSL | 156.82º | 0.46% | 0.19% | - |
| HSV(B) | 156.82º | 0.63% | 0.27% | - |
| XYZ | 3.26 | 4.86 | 4.13 | - |
| YUV | 54.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 53 | 0.63 | 0 | 0.24 | 0.73 | 156.82 | 0.46 | 0.19 |
| Hex | 1A | 46 | 35 | 3F | 0 | 18 | 49 | 9D | 2E | 13 |
| Octal | 32 | 106 | 65 | 77 | 0 | 30 | 111 | 235 | 56 | 23 |
| Binary | 11010 | 1000110 | 110101 | 111111 | 0 | 11000 | 1001001 | 10011101 | 101110 | 10011 |
Color Harmonies of #1A4635
Complementary color
Monochromatic Colors of #1A4635
Black with #1A4635
Text Example
Text Example
White with #1A4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4635; }
p { color: rgb(26,70,53); }
H1.HeaderClassName
{
color: #1A4635;
}
.AnyTagClassName
{
color: #1A4635;
}
</style>
background-color css
<style>
a { background-color: #1A4635; }
a { background-color: rgb(26,70,53); }
div.DivClassName
{
background-color: #1A4635;
}
.BgClassName
{
background-color: #1A4635;
}
</style>
border-color css
<style>
span { border-color: #1A4635; }
span { border-color: rgb(26,70,53); }
td.TdClassName
{
border-color: #1A4635;
}
.TagClassName
{
border-color: #1A4635;
}
</style>