Shades of County Green #145536
Tints of County Green #145536
RGB
CMYK
RGB Variations
Color information
#145536 (or 0x145536) is known color: County Green. HEX triplet: 14, 55 and 36. RGB value is (20,85,54). Sum of RGB (Red+Green+Blue) = 20+85+54=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #145536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145536 is #EBAAC9. Grayscale: #3E3E3E. Windows color (decimal): -15444682 or 3560724. OLE color: 3560724.
HSL color Cylindrical-coordinate representation of color #145536: hue angle of 151.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145536 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 54 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.67 |
| HSL | 151.38º | 0.62% | 0.21% | - |
| HSV(B) | 151.38º | 0.76% | 0.33% | - |
| XYZ | 4.2 | 6.91 | 4.6 | - |
| YUV | 62.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 54 | 0.76 | 0 | 0.36 | 0.67 | 151.38 | 0.62 | 0.21 |
| Hex | 14 | 55 | 36 | 4C | 0 | 24 | 43 | 97 | 3E | 15 |
| Octal | 24 | 125 | 66 | 114 | 0 | 44 | 103 | 227 | 76 | 25 |
| Binary | 10100 | 1010101 | 110110 | 1001100 | 0 | 100100 | 1000011 | 10010111 | 111110 | 10101 |
Color Harmonies of #145536
Complementary color
Monochromatic Colors of #145536
Black with #145536
Text Example
Text Example
White with #145536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145536; }
p { color: rgb(20,85,54); }
H1.HeaderClassName
{
color: #145536;
}
.AnyTagClassName
{
color: #145536;
}
</style>
background-color css
<style>
a { background-color: #145536; }
a { background-color: rgb(20,85,54); }
div.DivClassName
{
background-color: #145536;
}
.BgClassName
{
background-color: #145536;
}
</style>
border-color css
<style>
span { border-color: #145536; }
span { border-color: rgb(20,85,54); }
td.TdClassName
{
border-color: #145536;
}
.TagClassName
{
border-color: #145536;
}
</style>