Shades of Zuccini #134930
Tints of Zuccini #134930
RGB
CMYK
RGB Variations
Color information
#134930 (or 0x134930) is known color: Zuccini. HEX triplet: 13, 49 and 30. RGB value is (19,73,48). Sum of RGB (Red+Green+Blue) = 19+73+48=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #134930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134930 is #ECB6CF. Grayscale: #363636. Windows color (decimal): -15513296 or 3164435. OLE color: 3164435.
HSL color Cylindrical-coordinate representation of color #134930: hue angle of 152.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134930 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 48 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.71 |
| HSL | 152.22º | 0.59% | 0.18% | - |
| HSV(B) | 152.22º | 0.74% | 0.29% | - |
| XYZ | 3.18 | 5.12 | 3.62 | - |
| YUV | 54 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 48 | 0.74 | 0 | 0.34 | 0.71 | 152.22 | 0.59 | 0.18 |
| Hex | 13 | 49 | 30 | 4A | 0 | 22 | 47 | 98 | 3B | 12 |
| Octal | 23 | 111 | 60 | 112 | 0 | 42 | 107 | 230 | 73 | 22 |
| Binary | 10011 | 1001001 | 110000 | 1001010 | 0 | 100010 | 1000111 | 10011000 | 111011 | 10010 |
Color Harmonies of #134930
Complementary color
Monochromatic Colors of #134930
Black with #134930
Text Example
Text Example
White with #134930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134930; }
p { color: rgb(19,73,48); }
H1.HeaderClassName
{
color: #134930;
}
.AnyTagClassName
{
color: #134930;
}
</style>
background-color css
<style>
a { background-color: #134930; }
a { background-color: rgb(19,73,48); }
div.DivClassName
{
background-color: #134930;
}
.BgClassName
{
background-color: #134930;
}
</style>
border-color css
<style>
span { border-color: #134930; }
span { border-color: rgb(19,73,48); }
td.TdClassName
{
border-color: #134930;
}
.TagClassName
{
border-color: #134930;
}
</style>