Shades of County Green #12553D
Tints of County Green #12553D
RGB
CMYK
RGB Variations
Color information
#12553D (or 0x12553D) is known color: County Green. HEX triplet: 12, 55 and 3D. RGB value is (18,85,61). Sum of RGB (Red+Green+Blue) = 18+85+61=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #12553D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12553D is #EDAAC2. Grayscale: #3E3E3E. Windows color (decimal): -15575747 or 4019474. OLE color: 4019474.
HSL color Cylindrical-coordinate representation of color #12553D: hue angle of 158.51º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12553D is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 61 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.67 |
| HSL | 158.51º | 0.65% | 0.2% | - |
| HSV(B) | 158.51º | 0.79% | 0.33% | - |
| XYZ | 4.34 | 6.96 | 5.53 | - |
| YUV | 62.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 61 | 0.79 | 0 | 0.28 | 0.67 | 158.51 | 0.65 | 0.2 |
| Hex | 12 | 55 | 3D | 4F | 0 | 1C | 43 | 9F | 41 | 14 |
| Octal | 22 | 125 | 75 | 117 | 0 | 34 | 103 | 237 | 101 | 24 |
| Binary | 10010 | 1010101 | 111101 | 1001111 | 0 | 11100 | 1000011 | 10011111 | 1000001 | 10100 |
Color Harmonies of #12553D
Complementary color
Monochromatic Colors of #12553D
Black with #12553D
Text Example
Text Example
White with #12553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12553D; }
p { color: rgb(18,85,61); }
H1.HeaderClassName
{
color: #12553D;
}
.AnyTagClassName
{
color: #12553D;
}
</style>
background-color css
<style>
a { background-color: #12553D; }
a { background-color: rgb(18,85,61); }
div.DivClassName
{
background-color: #12553D;
}
.BgClassName
{
background-color: #12553D;
}
</style>
border-color css
<style>
span { border-color: #12553D; }
span { border-color: rgb(18,85,61); }
td.TdClassName
{
border-color: #12553D;
}
.TagClassName
{
border-color: #12553D;
}
</style>