Shades of Zuccini #134926
Tints of Zuccini #134926
RGB
CMYK
RGB Variations
Color information
#134926 (or 0x134926) is known color: Zuccini. HEX triplet: 13, 49 and 26. RGB value is (19,73,38). Sum of RGB (Red+Green+Blue) = 19+73+38=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #134926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134926 is #ECB6D9. Grayscale: #343434. Windows color (decimal): -15513306 or 2509075. OLE color: 2509075.
HSL color Cylindrical-coordinate representation of color #134926: hue angle of 141.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134926 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 38 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.71 |
| HSL | 141.11º | 0.59% | 0.18% | - |
| HSV(B) | 141.11º | 0.74% | 0.29% | - |
| XYZ | 3 | 5.04 | 2.65 | - |
| YUV | 52.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 38 | 0.74 | 0 | 0.48 | 0.71 | 141.11 | 0.59 | 0.18 |
| Hex | 13 | 49 | 26 | 4A | 0 | 30 | 47 | 8D | 3B | 12 |
| Octal | 23 | 111 | 46 | 112 | 0 | 60 | 107 | 215 | 73 | 22 |
| Binary | 10011 | 1001001 | 100110 | 1001010 | 0 | 110000 | 1000111 | 10001101 | 111011 | 10010 |
Color Harmonies of #134926
Complementary color
Monochromatic Colors of #134926
Black with #134926
Text Example
Text Example
White with #134926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134926; }
p { color: rgb(19,73,38); }
H1.HeaderClassName
{
color: #134926;
}
.AnyTagClassName
{
color: #134926;
}
</style>
background-color css
<style>
a { background-color: #134926; }
a { background-color: rgb(19,73,38); }
div.DivClassName
{
background-color: #134926;
}
.BgClassName
{
background-color: #134926;
}
</style>
border-color css
<style>
span { border-color: #134926; }
span { border-color: rgb(19,73,38); }
td.TdClassName
{
border-color: #134926;
}
.TagClassName
{
border-color: #134926;
}
</style>