Shades of County Green #125137
Tints of County Green #125137
RGB
CMYK
RGB Variations
Color information
#125137 (or 0x125137) is known color: County Green. HEX triplet: 12, 51 and 37. RGB value is (18,81,55). Sum of RGB (Red+Green+Blue) = 18+81+55=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #125137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125137 is #EDAEC8. Grayscale: #3B3B3B. Windows color (decimal): -15576777 or 3625234. OLE color: 3625234.
HSL color Cylindrical-coordinate representation of color #125137: hue angle of 155.24º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125137 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 55 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.68 |
| HSL | 155.24º | 0.64% | 0.19% | - |
| HSV(B) | 155.24º | 0.78% | 0.32% | - |
| XYZ | 3.88 | 6.29 | 4.62 | - |
| YUV | 59.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 55 | 0.78 | 0 | 0.32 | 0.68 | 155.24 | 0.64 | 0.19 |
| Hex | 12 | 51 | 37 | 4E | 0 | 20 | 44 | 9B | 40 | 13 |
| Octal | 22 | 121 | 67 | 116 | 0 | 40 | 104 | 233 | 100 | 23 |
| Binary | 10010 | 1010001 | 110111 | 1001110 | 0 | 100000 | 1000100 | 10011011 | 1000000 | 10011 |
Color Harmonies of #125137
Complementary color
Monochromatic Colors of #125137
Black with #125137
Text Example
Text Example
White with #125137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125137; }
p { color: rgb(18,81,55); }
H1.HeaderClassName
{
color: #125137;
}
.AnyTagClassName
{
color: #125137;
}
</style>
background-color css
<style>
a { background-color: #125137; }
a { background-color: rgb(18,81,55); }
div.DivClassName
{
background-color: #125137;
}
.BgClassName
{
background-color: #125137;
}
</style>
border-color css
<style>
span { border-color: #125137; }
span { border-color: rgb(18,81,55); }
td.TdClassName
{
border-color: #125137;
}
.TagClassName
{
border-color: #125137;
}
</style>