Shades of Sherwood Green #1A4533
Tints of Sherwood Green #1A4533
RGB
CMYK
RGB Variations
Color information
#1A4533 (or 0x1A4533) is known color: Sherwood Green. HEX triplet: 1A, 45 and 33. RGB value is (26,69,51). Sum of RGB (Red+Green+Blue) = 26+69+51=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4533 is #E5BACC. Grayscale: #363636. Windows color (decimal): -15055565 or 3360026. OLE color: 3360026.
HSL color Cylindrical-coordinate representation of color #1A4533: hue angle of 154.88º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4533 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 51 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.73 |
| HSL | 154.88º | 0.45% | 0.19% | - |
| HSV(B) | 154.88º | 0.62% | 0.27% | - |
| XYZ | 3.15 | 4.71 | 3.88 | - |
| YUV | 54.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 51 | 0.62 | 0 | 0.26 | 0.73 | 154.88 | 0.45 | 0.19 |
| Hex | 1A | 45 | 33 | 3E | 0 | 1A | 49 | 9B | 2D | 13 |
| Octal | 32 | 105 | 63 | 76 | 0 | 32 | 111 | 233 | 55 | 23 |
| Binary | 11010 | 1000101 | 110011 | 111110 | 0 | 11010 | 1001001 | 10011011 | 101101 | 10011 |
Color Harmonies of #1A4533
Complementary color
Monochromatic Colors of #1A4533
Black with #1A4533
Text Example
Text Example
White with #1A4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4533; }
p { color: rgb(26,69,51); }
H1.HeaderClassName
{
color: #1A4533;
}
.AnyTagClassName
{
color: #1A4533;
}
</style>
background-color css
<style>
a { background-color: #1A4533; }
a { background-color: rgb(26,69,51); }
div.DivClassName
{
background-color: #1A4533;
}
.BgClassName
{
background-color: #1A4533;
}
</style>
border-color css
<style>
span { border-color: #1A4533; }
span { border-color: rgb(26,69,51); }
td.TdClassName
{
border-color: #1A4533;
}
.TagClassName
{
border-color: #1A4533;
}
</style>