Shades of Zuccini #134B28
Tints of Zuccini #134B28
RGB
CMYK
RGB Variations
Color information
#134B28 (or 0x134B28) is known color: Zuccini. HEX triplet: 13, 4B and 28. RGB value is (19,75,40). Sum of RGB (Red+Green+Blue) = 19+75+40=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #134B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B28 is #ECB4D7. Grayscale: #363636. Windows color (decimal): -15512792 or 2640659. OLE color: 2640659.
HSL color Cylindrical-coordinate representation of color #134B28: hue angle of 142.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B28 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 40 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.71 |
| HSL | 142.5º | 0.6% | 0.18% | - |
| HSV(B) | 142.5º | 0.75% | 0.29% | - |
| XYZ | 3.17 | 5.32 | 2.87 | - |
| YUV | 54.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 40 | 0.75 | 0 | 0.47 | 0.71 | 142.5 | 0.6 | 0.18 |
| Hex | 13 | 4B | 28 | 4B | 0 | 2F | 47 | 8E | 3C | 12 |
| Octal | 23 | 113 | 50 | 113 | 0 | 57 | 107 | 216 | 74 | 22 |
| Binary | 10011 | 1001011 | 101000 | 1001011 | 0 | 101111 | 1000111 | 10001110 | 111100 | 10010 |
Color Harmonies of #134B28
Complementary color
Monochromatic Colors of #134B28
Black with #134B28
Text Example
Text Example
White with #134B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B28; }
p { color: rgb(19,75,40); }
H1.HeaderClassName
{
color: #134B28;
}
.AnyTagClassName
{
color: #134B28;
}
</style>
background-color css
<style>
a { background-color: #134B28; }
a { background-color: rgb(19,75,40); }
div.DivClassName
{
background-color: #134B28;
}
.BgClassName
{
background-color: #134B28;
}
</style>
border-color css
<style>
span { border-color: #134B28; }
span { border-color: rgb(19,75,40); }
td.TdClassName
{
border-color: #134B28;
}
.TagClassName
{
border-color: #134B28;
}
</style>