Shades of Zuccini #134626
Tints of Zuccini #134626
RGB
CMYK
RGB Variations
Color information
#134626 (or 0x134626) is known color: Zuccini. HEX triplet: 13, 46 and 26. RGB value is (19,70,38). Sum of RGB (Red+Green+Blue) = 19+70+38=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #134626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134626 is #ECB9D9. Grayscale: #333333. Windows color (decimal): -15514074 or 2508307. OLE color: 2508307.
HSL color Cylindrical-coordinate representation of color #134626: hue angle of 142.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134626 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 38 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.73 |
| HSL | 142.35º | 0.57% | 0.17% | - |
| HSV(B) | 142.35º | 0.73% | 0.27% | - |
| XYZ | 2.81 | 4.66 | 2.58 | - |
| YUV | 51.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 38 | 0.73 | 0 | 0.46 | 0.73 | 142.35 | 0.57 | 0.17 |
| Hex | 13 | 46 | 26 | 49 | 0 | 2E | 49 | 8E | 39 | 11 |
| Octal | 23 | 106 | 46 | 111 | 0 | 56 | 111 | 216 | 71 | 21 |
| Binary | 10011 | 1000110 | 100110 | 1001001 | 0 | 101110 | 1001001 | 10001110 | 111001 | 10001 |
Color Harmonies of #134626
Complementary color
Monochromatic Colors of #134626
Black with #134626
Text Example
Text Example
White with #134626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134626; }
p { color: rgb(19,70,38); }
H1.HeaderClassName
{
color: #134626;
}
.AnyTagClassName
{
color: #134626;
}
</style>
background-color css
<style>
a { background-color: #134626; }
a { background-color: rgb(19,70,38); }
div.DivClassName
{
background-color: #134626;
}
.BgClassName
{
background-color: #134626;
}
</style>
border-color css
<style>
span { border-color: #134626; }
span { border-color: rgb(19,70,38); }
td.TdClassName
{
border-color: #134626;
}
.TagClassName
{
border-color: #134626;
}
</style>