Shades of Zuccini #134C2A
Tints of Zuccini #134C2A
RGB
CMYK
RGB Variations
Color information
#134C2A (or 0x134C2A) is known color: Zuccini. HEX triplet: 13, 4C and 2A. RGB value is (19,76,42). Sum of RGB (Red+Green+Blue) = 19+76+42=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #134C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C2A is #ECB3D5. Grayscale: #373737. Windows color (decimal): -15512534 or 2771987. OLE color: 2771987.
HSL color Cylindrical-coordinate representation of color #134C2A: hue angle of 144.21º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C2A is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 42 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.70 |
| HSL | 144.21º | 0.6% | 0.19% | - |
| HSV(B) | 144.21º | 0.75% | 0.3% | - |
| XYZ | 3.27 | 5.47 | 3.07 | - |
| YUV | 55.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 42 | 0.75 | 0 | 0.45 | 0.70 | 144.21 | 0.6 | 0.19 |
| Hex | 13 | 4C | 2A | 4B | 0 | 2D | 46 | 90 | 3C | 13 |
| Octal | 23 | 114 | 52 | 113 | 0 | 55 | 106 | 220 | 74 | 23 |
| Binary | 10011 | 1001100 | 101010 | 1001011 | 0 | 101101 | 1000110 | 10010000 | 111100 | 10011 |
Color Harmonies of #134C2A
Complementary color
Monochromatic Colors of #134C2A
Black with #134C2A
Text Example
Text Example
White with #134C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C2A; }
p { color: rgb(19,76,42); }
H1.HeaderClassName
{
color: #134C2A;
}
.AnyTagClassName
{
color: #134C2A;
}
</style>
background-color css
<style>
a { background-color: #134C2A; }
a { background-color: rgb(19,76,42); }
div.DivClassName
{
background-color: #134C2A;
}
.BgClassName
{
background-color: #134C2A;
}
</style>
border-color css
<style>
span { border-color: #134C2A; }
span { border-color: rgb(19,76,42); }
td.TdClassName
{
border-color: #134C2A;
}
.TagClassName
{
border-color: #134C2A;
}
</style>