Shades of Sherwood Green #1C4336
Tints of Sherwood Green #1C4336
RGB
CMYK
RGB Variations
Color information
#1C4336 (or 0x1C4336) is known color: Sherwood Green. HEX triplet: 1C, 43 and 36. RGB value is (28,67,54). Sum of RGB (Red+Green+Blue) = 28+67+54=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4336 is #E3BCC9. Grayscale: #353535. Windows color (decimal): -14925002 or 3556124. OLE color: 3556124.
HSL color Cylindrical-coordinate representation of color #1C4336: hue angle of 160º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4336 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 54 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.74 |
| HSL | 160º | 0.41% | 0.19% | - |
| HSV(B) | 160º | 0.58% | 0.26% | - |
| XYZ | 3.15 | 4.53 | 4.2 | - |
| YUV | 53.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 54 | 0.58 | 0 | 0.19 | 0.74 | 160 | 0.41 | 0.19 |
| Hex | 1C | 43 | 36 | 3A | 0 | 13 | 4A | A0 | 29 | 13 |
| Octal | 34 | 103 | 66 | 72 | 0 | 23 | 112 | 240 | 51 | 23 |
| Binary | 11100 | 1000011 | 110110 | 111010 | 0 | 10011 | 1001010 | 10100000 | 101001 | 10011 |
Color Harmonies of #1C4336
Complementary color
Monochromatic Colors of #1C4336
Black with #1C4336
Text Example
Text Example
White with #1C4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4336; }
p { color: rgb(28,67,54); }
H1.HeaderClassName
{
color: #1C4336;
}
.AnyTagClassName
{
color: #1C4336;
}
</style>
background-color css
<style>
a { background-color: #1C4336; }
a { background-color: rgb(28,67,54); }
div.DivClassName
{
background-color: #1C4336;
}
.BgClassName
{
background-color: #1C4336;
}
</style>
border-color css
<style>
span { border-color: #1C4336; }
span { border-color: rgb(28,67,54); }
td.TdClassName
{
border-color: #1C4336;
}
.TagClassName
{
border-color: #1C4336;
}
</style>