Shades of County Green #134B32
Tints of County Green #134B32
RGB
CMYK
RGB Variations
Color information
#134B32 (or 0x134B32) is known color: County Green. HEX triplet: 13, 4B and 32. RGB value is (19,75,50). Sum of RGB (Red+Green+Blue) = 19+75+50=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #134B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B32 is #ECB4CD. Grayscale: #373737. Windows color (decimal): -15512782 or 3296019. OLE color: 3296019.
HSL color Cylindrical-coordinate representation of color #134B32: hue angle of 153.21º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B32 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 50 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.71 |
| HSL | 153.21º | 0.6% | 0.18% | - |
| HSV(B) | 153.21º | 0.75% | 0.29% | - |
| XYZ | 3.36 | 5.4 | 3.88 | - |
| YUV | 55.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 50 | 0.75 | 0 | 0.33 | 0.71 | 153.21 | 0.6 | 0.18 |
| Hex | 13 | 4B | 32 | 4B | 0 | 21 | 47 | 99 | 3C | 12 |
| Octal | 23 | 113 | 62 | 113 | 0 | 41 | 107 | 231 | 74 | 22 |
| Binary | 10011 | 1001011 | 110010 | 1001011 | 0 | 100001 | 1000111 | 10011001 | 111100 | 10010 |
Color Harmonies of #134B32
Complementary color
Monochromatic Colors of #134B32
Black with #134B32
Text Example
Text Example
White with #134B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B32; }
p { color: rgb(19,75,50); }
H1.HeaderClassName
{
color: #134B32;
}
.AnyTagClassName
{
color: #134B32;
}
</style>
background-color css
<style>
a { background-color: #134B32; }
a { background-color: rgb(19,75,50); }
div.DivClassName
{
background-color: #134B32;
}
.BgClassName
{
background-color: #134B32;
}
</style>
border-color css
<style>
span { border-color: #134B32; }
span { border-color: rgb(19,75,50); }
td.TdClassName
{
border-color: #134B32;
}
.TagClassName
{
border-color: #134B32;
}
</style>