Shades of Sherwood Green #1A4D3D
Tints of Sherwood Green #1A4D3D
RGB
CMYK
RGB Variations
Color information
#1A4D3D (or 0x1A4D3D) is known color: Sherwood Green. HEX triplet: 1A, 4D and 3D. RGB value is (26,77,61). Sum of RGB (Red+Green+Blue) = 26+77+61=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D3D is #E5B2C2. Grayscale: #3B3B3B. Windows color (decimal): -15053507 or 4017434. OLE color: 4017434.
HSL color Cylindrical-coordinate representation of color #1A4D3D: hue angle of 161.18º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D3D is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 61 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.70 |
| HSL | 161.18º | 0.5% | 0.2% | - |
| HSV(B) | 161.18º | 0.66% | 0.3% | - |
| XYZ | 3.92 | 5.86 | 5.34 | - |
| YUV | 59.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 61 | 0.66 | 0 | 0.21 | 0.70 | 161.18 | 0.5 | 0.2 |
| Hex | 1A | 4D | 3D | 42 | 0 | 15 | 46 | A1 | 32 | 14 |
| Octal | 32 | 115 | 75 | 102 | 0 | 25 | 106 | 241 | 62 | 24 |
| Binary | 11010 | 1001101 | 111101 | 1000010 | 0 | 10101 | 1000110 | 10100001 | 110010 | 10100 |
Color Harmonies of #1A4D3D
Complementary color
Monochromatic Colors of #1A4D3D
Black with #1A4D3D
Text Example
Text Example
White with #1A4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D3D; }
p { color: rgb(26,77,61); }
H1.HeaderClassName
{
color: #1A4D3D;
}
.AnyTagClassName
{
color: #1A4D3D;
}
</style>
background-color css
<style>
a { background-color: #1A4D3D; }
a { background-color: rgb(26,77,61); }
div.DivClassName
{
background-color: #1A4D3D;
}
.BgClassName
{
background-color: #1A4D3D;
}
</style>
border-color css
<style>
span { border-color: #1A4D3D; }
span { border-color: rgb(26,77,61); }
td.TdClassName
{
border-color: #1A4D3D;
}
.TagClassName
{
border-color: #1A4D3D;
}
</style>