Shades of County Green #134E36
Tints of County Green #134E36
RGB
CMYK
RGB Variations
Color information
#134E36 (or 0x134E36) is known color: County Green. HEX triplet: 13, 4E and 36. RGB value is (19,78,54). Sum of RGB (Red+Green+Blue) = 19+78+54=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #134E36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E36 is #ECB1C9. Grayscale: #393939. Windows color (decimal): -15512010 or 3558931. OLE color: 3558931.
HSL color Cylindrical-coordinate representation of color #134E36: hue angle of 155.59º 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 #134E36 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 54 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.69 |
| HSL | 155.59º | 0.61% | 0.19% | - |
| HSV(B) | 155.59º | 0.76% | 0.31% | - |
| XYZ | 3.66 | 5.85 | 4.43 | - |
| YUV | 57.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 54 | 0.76 | 0 | 0.31 | 0.69 | 155.59 | 0.61 | 0.19 |
| Hex | 13 | 4E | 36 | 4C | 0 | 1F | 45 | 9C | 3D | 13 |
| Octal | 23 | 116 | 66 | 114 | 0 | 37 | 105 | 234 | 75 | 23 |
| Binary | 10011 | 1001110 | 110110 | 1001100 | 0 | 11111 | 1000101 | 10011100 | 111101 | 10011 |
Color Harmonies of #134E36
Complementary color
Monochromatic Colors of #134E36
Black with #134E36
Text Example
Text Example
White with #134E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E36; }
p { color: rgb(19,78,54); }
H1.HeaderClassName
{
color: #134E36;
}
.AnyTagClassName
{
color: #134E36;
}
</style>
background-color css
<style>
a { background-color: #134E36; }
a { background-color: rgb(19,78,54); }
div.DivClassName
{
background-color: #134E36;
}
.BgClassName
{
background-color: #134E36;
}
</style>
border-color css
<style>
span { border-color: #134E36; }
span { border-color: rgb(19,78,54); }
td.TdClassName
{
border-color: #134E36;
}
.TagClassName
{
border-color: #134E36;
}
</style>