Shades of Zuccini #134F2D
Tints of Zuccini #134F2D
RGB
CMYK
RGB Variations
Color information
#134F2D (or 0x134F2D) is known color: Zuccini. HEX triplet: 13, 4F and 2D. RGB value is (19,79,45). Sum of RGB (Red+Green+Blue) = 19+79+45=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #134F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F2D is #ECB0D2. Grayscale: #393939. Windows color (decimal): -15511763 or 2969363. OLE color: 2969363.
HSL color Cylindrical-coordinate representation of color #134F2D: hue angle of 146º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F2D is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 45 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.69 |
| HSL | 146º | 0.61% | 0.19% | - |
| HSV(B) | 146º | 0.76% | 0.31% | - |
| XYZ | 3.54 | 5.92 | 3.44 | - |
| YUV | 57.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 45 | 0.76 | 0 | 0.43 | 0.69 | 146 | 0.61 | 0.19 |
| Hex | 13 | 4F | 2D | 4C | 0 | 2B | 45 | 92 | 3D | 13 |
| Octal | 23 | 117 | 55 | 114 | 0 | 53 | 105 | 222 | 75 | 23 |
| Binary | 10011 | 1001111 | 101101 | 1001100 | 0 | 101011 | 1000101 | 10010010 | 111101 | 10011 |
Color Harmonies of #134F2D
Complementary color
Monochromatic Colors of #134F2D
Black with #134F2D
Text Example
Text Example
White with #134F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F2D; }
p { color: rgb(19,79,45); }
H1.HeaderClassName
{
color: #134F2D;
}
.AnyTagClassName
{
color: #134F2D;
}
</style>
background-color css
<style>
a { background-color: #134F2D; }
a { background-color: rgb(19,79,45); }
div.DivClassName
{
background-color: #134F2D;
}
.BgClassName
{
background-color: #134F2D;
}
</style>
border-color css
<style>
span { border-color: #134F2D; }
span { border-color: rgb(19,79,45); }
td.TdClassName
{
border-color: #134F2D;
}
.TagClassName
{
border-color: #134F2D;
}
</style>