Shades of County Green #124D36
Tints of County Green #124D36
RGB
CMYK
RGB Variations
Color information
#124D36 (or 0x124D36) is known color: County Green. HEX triplet: 12, 4D and 36. RGB value is (18,77,54). Sum of RGB (Red+Green+Blue) = 18+77+54=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #124D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D36 is #EDB2C9. Grayscale: #383838. Windows color (decimal): -15577802 or 3558674. OLE color: 3558674.
HSL color Cylindrical-coordinate representation of color #124D36: hue angle of 156.61º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D36 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 54 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.70 |
| HSL | 156.61º | 0.62% | 0.19% | - |
| HSV(B) | 156.61º | 0.77% | 0.3% | - |
| XYZ | 3.57 | 5.7 | 4.4 | - |
| YUV | 56.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 54 | 0.77 | 0 | 0.30 | 0.70 | 156.61 | 0.62 | 0.19 |
| Hex | 12 | 4D | 36 | 4D | 0 | 1E | 46 | 9D | 3E | 13 |
| Octal | 22 | 115 | 66 | 115 | 0 | 36 | 106 | 235 | 76 | 23 |
| Binary | 10010 | 1001101 | 110110 | 1001101 | 0 | 11110 | 1000110 | 10011101 | 111110 | 10011 |
Color Harmonies of #124D36
Complementary color
Monochromatic Colors of #124D36
Black with #124D36
Text Example
Text Example
White with #124D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D36; }
p { color: rgb(18,77,54); }
H1.HeaderClassName
{
color: #124D36;
}
.AnyTagClassName
{
color: #124D36;
}
</style>
background-color css
<style>
a { background-color: #124D36; }
a { background-color: rgb(18,77,54); }
div.DivClassName
{
background-color: #124D36;
}
.BgClassName
{
background-color: #124D36;
}
</style>
border-color css
<style>
span { border-color: #124D36; }
span { border-color: rgb(18,77,54); }
td.TdClassName
{
border-color: #124D36;
}
.TagClassName
{
border-color: #124D36;
}
</style>