Shades of Sherwood Green #124434
Tints of Sherwood Green #124434
RGB
CMYK
RGB Variations
Color information
#124434 (or 0x124434) is known color: Sherwood Green. HEX triplet: 12, 44 and 34. RGB value is (18,68,52). Sum of RGB (Red+Green+Blue) = 18+68+52=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #124434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124434 is #EDBBCB. Grayscale: #333333. Windows color (decimal): -15580108 or 3425298. OLE color: 3425298.
HSL color Cylindrical-coordinate representation of color #124434: hue angle of 160.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124434 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 68 | 52 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.73 |
| HSL | 160.8º | 0.58% | 0.17% | - |
| HSV(B) | 160.8º | 0.74% | 0.27% | - |
| XYZ | 2.94 | 4.51 | 3.96 | - |
| YUV | 51.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 52 | 0.74 | 0 | 0.24 | 0.73 | 160.8 | 0.58 | 0.17 |
| Hex | 12 | 44 | 34 | 4A | 0 | 18 | 49 | A1 | 3A | 11 |
| Octal | 22 | 104 | 64 | 112 | 0 | 30 | 111 | 241 | 72 | 21 |
| Binary | 10010 | 1000100 | 110100 | 1001010 | 0 | 11000 | 1001001 | 10100001 | 111010 | 10001 |
Color Harmonies of #124434
Complementary color
Monochromatic Colors of #124434
Black with #124434
Text Example
Text Example
White with #124434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124434; }
p { color: rgb(18,68,52); }
H1.HeaderClassName
{
color: #124434;
}
.AnyTagClassName
{
color: #124434;
}
</style>
background-color css
<style>
a { background-color: #124434; }
a { background-color: rgb(18,68,52); }
div.DivClassName
{
background-color: #124434;
}
.BgClassName
{
background-color: #124434;
}
</style>
border-color css
<style>
span { border-color: #124434; }
span { border-color: rgb(18,68,52); }
td.TdClassName
{
border-color: #124434;
}
.TagClassName
{
border-color: #124434;
}
</style>