Shades of Zuccini #134B26
Tints of Zuccini #134B26
RGB
CMYK
RGB Variations
Color information
#134B26 (or 0x134B26) is known color: Zuccini. HEX triplet: 13, 4B and 26. RGB value is (19,75,38). Sum of RGB (Red+Green+Blue) = 19+75+38=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #134B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B26 is #ECB4D9. Grayscale: #363636. Windows color (decimal): -15512794 or 2509587. OLE color: 2509587.
HSL color Cylindrical-coordinate representation of color #134B26: hue angle of 140.36º 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 #134B26 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 38 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.71 |
| HSL | 140.36º | 0.6% | 0.18% | - |
| HSV(B) | 140.36º | 0.75% | 0.29% | - |
| XYZ | 3.13 | 5.31 | 2.69 | - |
| YUV | 54.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 38 | 0.75 | 0 | 0.49 | 0.71 | 140.36 | 0.6 | 0.18 |
| Hex | 13 | 4B | 26 | 4B | 0 | 31 | 47 | 8C | 3C | 12 |
| Octal | 23 | 113 | 46 | 113 | 0 | 61 | 107 | 214 | 74 | 22 |
| Binary | 10011 | 1001011 | 100110 | 1001011 | 0 | 110001 | 1000111 | 10001100 | 111100 | 10010 |
Color Harmonies of #134B26
Complementary color
Monochromatic Colors of #134B26
Black with #134B26
Text Example
Text Example
White with #134B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B26; }
p { color: rgb(19,75,38); }
H1.HeaderClassName
{
color: #134B26;
}
.AnyTagClassName
{
color: #134B26;
}
</style>
background-color css
<style>
a { background-color: #134B26; }
a { background-color: rgb(19,75,38); }
div.DivClassName
{
background-color: #134B26;
}
.BgClassName
{
background-color: #134B26;
}
</style>
border-color css
<style>
span { border-color: #134B26; }
span { border-color: rgb(19,75,38); }
td.TdClassName
{
border-color: #134B26;
}
.TagClassName
{
border-color: #134B26;
}
</style>