Shades of Sherwood Green #104C38
Tints of Sherwood Green #104C38
RGB
CMYK
RGB Variations
Color information
#104C38 (or 0x104C38) is known color: Sherwood Green. HEX triplet: 10, 4C and 38. RGB value is (16,76,56). Sum of RGB (Red+Green+Blue) = 16+76+56=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #104C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C38 is #EFB3C7. Grayscale: #373737. Windows color (decimal): -15709128 or 3689488. OLE color: 3689488.
HSL color Cylindrical-coordinate representation of color #104C38: hue angle of 160º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C38 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 56 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.70 |
| HSL | 160º | 0.65% | 0.18% | - |
| HSV(B) | 160º | 0.79% | 0.3% | - |
| XYZ | 3.51 | 5.56 | 4.63 | - |
| YUV | 55.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 56 | 0.79 | 0 | 0.26 | 0.70 | 160 | 0.65 | 0.18 |
| Hex | 10 | 4C | 38 | 4F | 0 | 1A | 46 | A0 | 41 | 12 |
| Octal | 20 | 114 | 70 | 117 | 0 | 32 | 106 | 240 | 101 | 22 |
| Binary | 10000 | 1001100 | 111000 | 1001111 | 0 | 11010 | 1000110 | 10100000 | 1000001 | 10010 |
Color Harmonies of #104C38
Complementary color
Monochromatic Colors of #104C38
Black with #104C38
Text Example
Text Example
White with #104C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C38; }
p { color: rgb(16,76,56); }
H1.HeaderClassName
{
color: #104C38;
}
.AnyTagClassName
{
color: #104C38;
}
</style>
background-color css
<style>
a { background-color: #104C38; }
a { background-color: rgb(16,76,56); }
div.DivClassName
{
background-color: #104C38;
}
.BgClassName
{
background-color: #104C38;
}
</style>
border-color css
<style>
span { border-color: #104C38; }
span { border-color: rgb(16,76,56); }
td.TdClassName
{
border-color: #104C38;
}
.TagClassName
{
border-color: #104C38;
}
</style>