Shades of Zuccini #134F2C
Tints of Zuccini #134F2C
RGB
CMYK
RGB Variations
Color information
#134F2C (or 0x134F2C) is known color: Zuccini. HEX triplet: 13, 4F and 2C. RGB value is (19,79,44). Sum of RGB (Red+Green+Blue) = 19+79+44=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #134F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F2C is #ECB0D3. Grayscale: #393939. Windows color (decimal): -15511764 or 2903827. OLE color: 2903827.
HSL color Cylindrical-coordinate representation of color #134F2C: hue angle of 145º 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 #134F2C is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 44 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.69 |
| HSL | 145º | 0.61% | 0.19% | - |
| HSV(B) | 145º | 0.76% | 0.31% | - |
| XYZ | 3.52 | 5.91 | 3.34 | - |
| YUV | 57.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 44 | 0.76 | 0 | 0.44 | 0.69 | 145 | 0.61 | 0.19 |
| Hex | 13 | 4F | 2C | 4C | 0 | 2C | 45 | 91 | 3D | 13 |
| Octal | 23 | 117 | 54 | 114 | 0 | 54 | 105 | 221 | 75 | 23 |
| Binary | 10011 | 1001111 | 101100 | 1001100 | 0 | 101100 | 1000101 | 10010001 | 111101 | 10011 |
Color Harmonies of #134F2C
Complementary color
Monochromatic Colors of #134F2C
Black with #134F2C
Text Example
Text Example
White with #134F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F2C; }
p { color: rgb(19,79,44); }
H1.HeaderClassName
{
color: #134F2C;
}
.AnyTagClassName
{
color: #134F2C;
}
</style>
background-color css
<style>
a { background-color: #134F2C; }
a { background-color: rgb(19,79,44); }
div.DivClassName
{
background-color: #134F2C;
}
.BgClassName
{
background-color: #134F2C;
}
</style>
border-color css
<style>
span { border-color: #134F2C; }
span { border-color: rgb(19,79,44); }
td.TdClassName
{
border-color: #134F2C;
}
.TagClassName
{
border-color: #134F2C;
}
</style>