Shades of Zuccini #134526
Tints of Zuccini #134526
RGB
CMYK
RGB Variations
Color information
#134526 (or 0x134526) is known color: Zuccini. HEX triplet: 13, 45 and 26. RGB value is (19,69,38). Sum of RGB (Red+Green+Blue) = 19+69+38=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #134526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134526 is #ECBAD9. Grayscale: #323232. Windows color (decimal): -15514330 or 2508051. OLE color: 2508051.
HSL color Cylindrical-coordinate representation of color #134526: hue angle of 142.8º 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 #134526 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 38 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.73 |
| HSL | 142.8º | 0.57% | 0.17% | - |
| HSV(B) | 142.8º | 0.72% | 0.27% | - |
| XYZ | 2.75 | 4.53 | 2.56 | - |
| YUV | 50.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 38 | 0.72 | 0 | 0.45 | 0.73 | 142.8 | 0.57 | 0.17 |
| Hex | 13 | 45 | 26 | 48 | 0 | 2D | 49 | 8F | 39 | 11 |
| Octal | 23 | 105 | 46 | 110 | 0 | 55 | 111 | 217 | 71 | 21 |
| Binary | 10011 | 1000101 | 100110 | 1001000 | 0 | 101101 | 1001001 | 10001111 | 111001 | 10001 |
Color Harmonies of #134526
Complementary color
Monochromatic Colors of #134526
Black with #134526
Text Example
Text Example
White with #134526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134526; }
p { color: rgb(19,69,38); }
H1.HeaderClassName
{
color: #134526;
}
.AnyTagClassName
{
color: #134526;
}
</style>
background-color css
<style>
a { background-color: #134526; }
a { background-color: rgb(19,69,38); }
div.DivClassName
{
background-color: #134526;
}
.BgClassName
{
background-color: #134526;
}
</style>
border-color css
<style>
span { border-color: #134526; }
span { border-color: rgb(19,69,38); }
td.TdClassName
{
border-color: #134526;
}
.TagClassName
{
border-color: #134526;
}
</style>