Shades of County Green #134E34
Tints of County Green #134E34
RGB
CMYK
RGB Variations
Color information
#134E34 (or 0x134E34) is known color: County Green. HEX triplet: 13, 4E and 34. RGB value is (19,78,52). Sum of RGB (Red+Green+Blue) = 19+78+52=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #134E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E34 is #ECB1CB. Grayscale: #393939. Windows color (decimal): -15512012 or 3427859. OLE color: 3427859.
HSL color Cylindrical-coordinate representation of color #134E34: hue angle of 153.56º 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 #134E34 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 52 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.69 |
| HSL | 153.56º | 0.61% | 0.19% | - |
| HSV(B) | 153.56º | 0.76% | 0.31% | - |
| XYZ | 3.61 | 5.84 | 4.18 | - |
| YUV | 57.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 52 | 0.76 | 0 | 0.33 | 0.69 | 153.56 | 0.61 | 0.19 |
| Hex | 13 | 4E | 34 | 4C | 0 | 21 | 45 | 9A | 3D | 13 |
| Octal | 23 | 116 | 64 | 114 | 0 | 41 | 105 | 232 | 75 | 23 |
| Binary | 10011 | 1001110 | 110100 | 1001100 | 0 | 100001 | 1000101 | 10011010 | 111101 | 10011 |
Color Harmonies of #134E34
Complementary color
Monochromatic Colors of #134E34
Black with #134E34
Text Example
Text Example
White with #134E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E34; }
p { color: rgb(19,78,52); }
H1.HeaderClassName
{
color: #134E34;
}
.AnyTagClassName
{
color: #134E34;
}
</style>
background-color css
<style>
a { background-color: #134E34; }
a { background-color: rgb(19,78,52); }
div.DivClassName
{
background-color: #134E34;
}
.BgClassName
{
background-color: #134E34;
}
</style>
border-color css
<style>
span { border-color: #134E34; }
span { border-color: rgb(19,78,52); }
td.TdClassName
{
border-color: #134E34;
}
.TagClassName
{
border-color: #134E34;
}
</style>