Shades of Zuccini #134E28
Tints of Zuccini #134E28
RGB
CMYK
RGB Variations
Color information
#134E28 (or 0x134E28) is known color: Zuccini. HEX triplet: 13, 4E and 28. RGB value is (19,78,40). Sum of RGB (Red+Green+Blue) = 19+78+40=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #134E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E28 is #ECB1D7. Grayscale: #383838. Windows color (decimal): -15512024 or 2641427. OLE color: 2641427.
HSL color Cylindrical-coordinate representation of color #134E28: hue angle of 141.36º 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 #134E28 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 40 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.69 |
| HSL | 141.36º | 0.61% | 0.19% | - |
| HSV(B) | 141.36º | 0.76% | 0.31% | - |
| XYZ | 3.38 | 5.74 | 2.94 | - |
| YUV | 56.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 40 | 0.76 | 0 | 0.49 | 0.69 | 141.36 | 0.61 | 0.19 |
| Hex | 13 | 4E | 28 | 4C | 0 | 31 | 45 | 8D | 3D | 13 |
| Octal | 23 | 116 | 50 | 114 | 0 | 61 | 105 | 215 | 75 | 23 |
| Binary | 10011 | 1001110 | 101000 | 1001100 | 0 | 110001 | 1000101 | 10001101 | 111101 | 10011 |
Color Harmonies of #134E28
Complementary color
Monochromatic Colors of #134E28
Black with #134E28
Text Example
Text Example
White with #134E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E28; }
p { color: rgb(19,78,40); }
H1.HeaderClassName
{
color: #134E28;
}
.AnyTagClassName
{
color: #134E28;
}
</style>
background-color css
<style>
a { background-color: #134E28; }
a { background-color: rgb(19,78,40); }
div.DivClassName
{
background-color: #134E28;
}
.BgClassName
{
background-color: #134E28;
}
</style>
border-color css
<style>
span { border-color: #134E28; }
span { border-color: rgb(19,78,40); }
td.TdClassName
{
border-color: #134E28;
}
.TagClassName
{
border-color: #134E28;
}
</style>