Shades of Sherwood Green #1B4C3D
Tints of Sherwood Green #1B4C3D
RGB
CMYK
RGB Variations
Color information
#1B4C3D (or 0x1B4C3D) is known color: Sherwood Green. HEX triplet: 1B, 4C and 3D. RGB value is (27,76,61). Sum of RGB (Red+Green+Blue) = 27+76+61=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4C3D is #E4B3C2. Grayscale: #3B3B3B. Windows color (decimal): -14988227 or 4017179. OLE color: 4017179.
HSL color Cylindrical-coordinate representation of color #1B4C3D: hue angle of 161.63º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4C3D is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 76 | 61 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.70 |
| HSL | 161.63º | 0.48% | 0.2% | - |
| HSV(B) | 161.63º | 0.64% | 0.3% | - |
| XYZ | 3.88 | 5.74 | 5.32 | - |
| YUV | 59.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 61 | 0.64 | 0 | 0.20 | 0.70 | 161.63 | 0.48 | 0.2 |
| Hex | 1B | 4C | 3D | 40 | 0 | 14 | 46 | A2 | 30 | 14 |
| Octal | 33 | 114 | 75 | 100 | 0 | 24 | 106 | 242 | 60 | 24 |
| Binary | 11011 | 1001100 | 111101 | 1000000 | 0 | 10100 | 1000110 | 10100010 | 110000 | 10100 |
Color Harmonies of #1B4C3D
Complementary color
Monochromatic Colors of #1B4C3D
Black with #1B4C3D
Text Example
Text Example
White with #1B4C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4C3D; }
p { color: rgb(27,76,61); }
H1.HeaderClassName
{
color: #1B4C3D;
}
.AnyTagClassName
{
color: #1B4C3D;
}
</style>
background-color css
<style>
a { background-color: #1B4C3D; }
a { background-color: rgb(27,76,61); }
div.DivClassName
{
background-color: #1B4C3D;
}
.BgClassName
{
background-color: #1B4C3D;
}
</style>
border-color css
<style>
span { border-color: #1B4C3D; }
span { border-color: rgb(27,76,61); }
td.TdClassName
{
border-color: #1B4C3D;
}
.TagClassName
{
border-color: #1B4C3D;
}
</style>