Shades of County Green #134F34
Tints of County Green #134F34
RGB
CMYK
RGB Variations
Color information
#134F34 (or 0x134F34) is known color: County Green. HEX triplet: 13, 4F and 34. RGB value is (19,79,52). Sum of RGB (Red+Green+Blue) = 19+79+52=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #134F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F34 is #ECB0CB. Grayscale: #3A3A3A. Windows color (decimal): -15511756 or 3428115. OLE color: 3428115.
HSL color Cylindrical-coordinate representation of color #134F34: hue angle of 153º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F34 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 52 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.69 |
| HSL | 153º | 0.61% | 0.19% | - |
| HSV(B) | 153º | 0.76% | 0.31% | - |
| XYZ | 3.68 | 5.98 | 4.21 | - |
| YUV | 57.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 52 | 0.76 | 0 | 0.34 | 0.69 | 153 | 0.61 | 0.19 |
| Hex | 13 | 4F | 34 | 4C | 0 | 22 | 45 | 99 | 3D | 13 |
| Octal | 23 | 117 | 64 | 114 | 0 | 42 | 105 | 231 | 75 | 23 |
| Binary | 10011 | 1001111 | 110100 | 1001100 | 0 | 100010 | 1000101 | 10011001 | 111101 | 10011 |
Color Harmonies of #134F34
Complementary color
Monochromatic Colors of #134F34
Black with #134F34
Text Example
Text Example
White with #134F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F34; }
p { color: rgb(19,79,52); }
H1.HeaderClassName
{
color: #134F34;
}
.AnyTagClassName
{
color: #134F34;
}
</style>
background-color css
<style>
a { background-color: #134F34; }
a { background-color: rgb(19,79,52); }
div.DivClassName
{
background-color: #134F34;
}
.BgClassName
{
background-color: #134F34;
}
</style>
border-color css
<style>
span { border-color: #134F34; }
span { border-color: rgb(19,79,52); }
td.TdClassName
{
border-color: #134F34;
}
.TagClassName
{
border-color: #134F34;
}
</style>