Shades of Zuccini #134028
Tints of Zuccini #134028
RGB
CMYK
RGB Variations
Color information
#134028 (or 0x134028) is known color: Zuccini. HEX triplet: 13, 40 and 28. RGB value is (19,64,40). Sum of RGB (Red+Green+Blue) = 19+64+40=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #134028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134028 is #ECBFD7. Grayscale: #2F2F2F. Windows color (decimal): -15515608 or 2637843. OLE color: 2637843.
HSL color Cylindrical-coordinate representation of color #134028: hue angle of 148º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134028 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 40 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.75 |
| HSL | 148º | 0.54% | 0.16% | - |
| HSV(B) | 148º | 0.7% | 0.25% | - |
| XYZ | 2.48 | 3.96 | 2.64 | - |
| YUV | 47.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 40 | 0.70 | 0 | 0.38 | 0.75 | 148 | 0.54 | 0.16 |
| Hex | 13 | 40 | 28 | 46 | 0 | 26 | 4B | 94 | 36 | 10 |
| Octal | 23 | 100 | 50 | 106 | 0 | 46 | 113 | 224 | 66 | 20 |
| Binary | 10011 | 1000000 | 101000 | 1000110 | 0 | 100110 | 1001011 | 10010100 | 110110 | 10000 |
Color Harmonies of #134028
Complementary color
Monochromatic Colors of #134028
Black with #134028
Text Example
Text Example
White with #134028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134028; }
p { color: rgb(19,64,40); }
H1.HeaderClassName
{
color: #134028;
}
.AnyTagClassName
{
color: #134028;
}
</style>
background-color css
<style>
a { background-color: #134028; }
a { background-color: rgb(19,64,40); }
div.DivClassName
{
background-color: #134028;
}
.BgClassName
{
background-color: #134028;
}
</style>
border-color css
<style>
span { border-color: #134028; }
span { border-color: rgb(19,64,40); }
td.TdClassName
{
border-color: #134028;
}
.TagClassName
{
border-color: #134028;
}
</style>