Shades of Zuccini #134F2E
Tints of Zuccini #134F2E
RGB
CMYK
RGB Variations
Color information
#134F2E (or 0x134F2E) is known color: Zuccini. HEX triplet: 13, 4F and 2E. RGB value is (19,79,46). Sum of RGB (Red+Green+Blue) = 19+79+46=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #134F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F2E is #ECB0D1. Grayscale: #393939. Windows color (decimal): -15511762 or 3034899. OLE color: 3034899.
HSL color Cylindrical-coordinate representation of color #134F2E: hue angle of 147º 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 #134F2E is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 46 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.69 |
| HSL | 147º | 0.61% | 0.19% | - |
| HSV(B) | 147º | 0.76% | 0.31% | - |
| XYZ | 3.56 | 5.93 | 3.54 | - |
| YUV | 57.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 46 | 0.76 | 0 | 0.42 | 0.69 | 147 | 0.61 | 0.19 |
| Hex | 13 | 4F | 2E | 4C | 0 | 2A | 45 | 93 | 3D | 13 |
| Octal | 23 | 117 | 56 | 114 | 0 | 52 | 105 | 223 | 75 | 23 |
| Binary | 10011 | 1001111 | 101110 | 1001100 | 0 | 101010 | 1000101 | 10010011 | 111101 | 10011 |
Color Harmonies of #134F2E
Complementary color
Monochromatic Colors of #134F2E
Black with #134F2E
Text Example
Text Example
White with #134F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F2E; }
p { color: rgb(19,79,46); }
H1.HeaderClassName
{
color: #134F2E;
}
.AnyTagClassName
{
color: #134F2E;
}
</style>
background-color css
<style>
a { background-color: #134F2E; }
a { background-color: rgb(19,79,46); }
div.DivClassName
{
background-color: #134F2E;
}
.BgClassName
{
background-color: #134F2E;
}
</style>
border-color css
<style>
span { border-color: #134F2E; }
span { border-color: rgb(19,79,46); }
td.TdClassName
{
border-color: #134F2E;
}
.TagClassName
{
border-color: #134F2E;
}
</style>