Shades of Sherwood Green #104A36
Tints of Sherwood Green #104A36
RGB
CMYK
RGB Variations
Color information
#104A36 (or 0x104A36) is known color: Sherwood Green. HEX triplet: 10, 4A and 36. RGB value is (16,74,54). Sum of RGB (Red+Green+Blue) = 16+74+54=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #104A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104A36 is #EFB5C9. Grayscale: #363636. Windows color (decimal): -15709642 or 3557904. OLE color: 3557904.
HSL color Cylindrical-coordinate representation of color #104A36: hue angle of 159.31º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104A36 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 74 | 54 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.71 |
| HSL | 159.31º | 0.64% | 0.18% | - |
| HSV(B) | 159.31º | 0.78% | 0.29% | - |
| XYZ | 3.33 | 5.27 | 4.33 | - |
| YUV | 54.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 54 | 0.78 | 0 | 0.27 | 0.71 | 159.31 | 0.64 | 0.18 |
| Hex | 10 | 4A | 36 | 4E | 0 | 1B | 47 | 9F | 40 | 12 |
| Octal | 20 | 112 | 66 | 116 | 0 | 33 | 107 | 237 | 100 | 22 |
| Binary | 10000 | 1001010 | 110110 | 1001110 | 0 | 11011 | 1000111 | 10011111 | 1000000 | 10010 |
Color Harmonies of #104A36
Complementary color
Monochromatic Colors of #104A36
Black with #104A36
Text Example
Text Example
White with #104A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A36; }
p { color: rgb(16,74,54); }
H1.HeaderClassName
{
color: #104A36;
}
.AnyTagClassName
{
color: #104A36;
}
</style>
background-color css
<style>
a { background-color: #104A36; }
a { background-color: rgb(16,74,54); }
div.DivClassName
{
background-color: #104A36;
}
.BgClassName
{
background-color: #104A36;
}
</style>
border-color css
<style>
span { border-color: #104A36; }
span { border-color: rgb(16,74,54); }
td.TdClassName
{
border-color: #104A36;
}
.TagClassName
{
border-color: #104A36;
}
</style>