Shades of Zuccini #134726
Tints of Zuccini #134726
RGB
CMYK
RGB Variations
Color information
#134726 (or 0x134726) is known color: Zuccini. HEX triplet: 13, 47 and 26. RGB value is (19,71,38). Sum of RGB (Red+Green+Blue) = 19+71+38=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #134726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134726 is #ECB8D9. Grayscale: #333333. Windows color (decimal): -15513818 or 2508563. OLE color: 2508563.
HSL color Cylindrical-coordinate representation of color #134726: hue angle of 141.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134726 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 38 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.72 |
| HSL | 141.92º | 0.58% | 0.18% | - |
| HSV(B) | 141.92º | 0.73% | 0.28% | - |
| XYZ | 2.87 | 4.78 | 2.61 | - |
| YUV | 51.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 38 | 0.73 | 0 | 0.46 | 0.72 | 141.92 | 0.58 | 0.18 |
| Hex | 13 | 47 | 26 | 49 | 0 | 2E | 48 | 8E | 3A | 12 |
| Octal | 23 | 107 | 46 | 111 | 0 | 56 | 110 | 216 | 72 | 22 |
| Binary | 10011 | 1000111 | 100110 | 1001001 | 0 | 101110 | 1001000 | 10001110 | 111010 | 10010 |
Color Harmonies of #134726
Complementary color
Monochromatic Colors of #134726
Black with #134726
Text Example
Text Example
White with #134726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134726; }
p { color: rgb(19,71,38); }
H1.HeaderClassName
{
color: #134726;
}
.AnyTagClassName
{
color: #134726;
}
</style>
background-color css
<style>
a { background-color: #134726; }
a { background-color: rgb(19,71,38); }
div.DivClassName
{
background-color: #134726;
}
.BgClassName
{
background-color: #134726;
}
</style>
border-color css
<style>
span { border-color: #134726; }
span { border-color: rgb(19,71,38); }
td.TdClassName
{
border-color: #134726;
}
.TagClassName
{
border-color: #134726;
}
</style>