Shades of Zuccini #134528
Tints of Zuccini #134528
RGB
CMYK
RGB Variations
Color information
#134528 (or 0x134528) is known color: Zuccini. HEX triplet: 13, 45 and 28. RGB value is (19,69,40). Sum of RGB (Red+Green+Blue) = 19+69+40=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #134528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134528 is #ECBAD7. Grayscale: #323232. Windows color (decimal): -15514328 or 2639123. OLE color: 2639123.
HSL color Cylindrical-coordinate representation of color #134528: hue angle of 145.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134528 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 40 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.73 |
| HSL | 145.2º | 0.57% | 0.17% | - |
| HSV(B) | 145.2º | 0.72% | 0.27% | - |
| XYZ | 2.78 | 4.55 | 2.74 | - |
| YUV | 50.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 40 | 0.72 | 0 | 0.42 | 0.73 | 145.2 | 0.57 | 0.17 |
| Hex | 13 | 45 | 28 | 48 | 0 | 2A | 49 | 91 | 39 | 11 |
| Octal | 23 | 105 | 50 | 110 | 0 | 52 | 111 | 221 | 71 | 21 |
| Binary | 10011 | 1000101 | 101000 | 1001000 | 0 | 101010 | 1001001 | 10010001 | 111001 | 10001 |
Color Harmonies of #134528
Complementary color
Monochromatic Colors of #134528
Black with #134528
Text Example
Text Example
White with #134528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134528; }
p { color: rgb(19,69,40); }
H1.HeaderClassName
{
color: #134528;
}
.AnyTagClassName
{
color: #134528;
}
</style>
background-color css
<style>
a { background-color: #134528; }
a { background-color: rgb(19,69,40); }
div.DivClassName
{
background-color: #134528;
}
.BgClassName
{
background-color: #134528;
}
</style>
border-color css
<style>
span { border-color: #134528; }
span { border-color: rgb(19,69,40); }
td.TdClassName
{
border-color: #134528;
}
.TagClassName
{
border-color: #134528;
}
</style>