Shades of County Green #12553A
Tints of County Green #12553A
RGB
CMYK
RGB Variations
Color information
#12553A (or 0x12553A) is known color: County Green. HEX triplet: 12, 55 and 3A. RGB value is (18,85,58). Sum of RGB (Red+Green+Blue) = 18+85+58=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #12553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12553A is #EDAAC5. Grayscale: #3D3D3D. Windows color (decimal): -15575750 or 3822866. OLE color: 3822866.
HSL color Cylindrical-coordinate representation of color #12553A: hue angle of 155.82º 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 #12553A is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 58 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.67 |
| HSL | 155.82º | 0.65% | 0.2% | - |
| HSV(B) | 155.82º | 0.79% | 0.33% | - |
| XYZ | 4.26 | 6.93 | 5.12 | - |
| YUV | 61.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 58 | 0.79 | 0 | 0.32 | 0.67 | 155.82 | 0.65 | 0.2 |
| Hex | 12 | 55 | 3A | 4F | 0 | 20 | 43 | 9C | 41 | 14 |
| Octal | 22 | 125 | 72 | 117 | 0 | 40 | 103 | 234 | 101 | 24 |
| Binary | 10010 | 1010101 | 111010 | 1001111 | 0 | 100000 | 1000011 | 10011100 | 1000001 | 10100 |
Color Harmonies of #12553A
Complementary color
Monochromatic Colors of #12553A
Black with #12553A
Text Example
Text Example
White with #12553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12553A; }
p { color: rgb(18,85,58); }
H1.HeaderClassName
{
color: #12553A;
}
.AnyTagClassName
{
color: #12553A;
}
</style>
background-color css
<style>
a { background-color: #12553A; }
a { background-color: rgb(18,85,58); }
div.DivClassName
{
background-color: #12553A;
}
.BgClassName
{
background-color: #12553A;
}
</style>
border-color css
<style>
span { border-color: #12553A; }
span { border-color: rgb(18,85,58); }
td.TdClassName
{
border-color: #12553A;
}
.TagClassName
{
border-color: #12553A;
}
</style>