Shades of Zuccini #134D2D
Tints of Zuccini #134D2D
RGB
CMYK
RGB Variations
Color information
#134D2D (or 0x134D2D) is known color: Zuccini. HEX triplet: 13, 4D and 2D. RGB value is (19,77,45). Sum of RGB (Red+Green+Blue) = 19+77+45=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #134D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D2D is #ECB2D2. Grayscale: #383838. Windows color (decimal): -15512275 or 2968851. OLE color: 2968851.
HSL color Cylindrical-coordinate representation of color #134D2D: hue angle of 146.9º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D2D is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 45 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.70 |
| HSL | 146.9º | 0.6% | 0.19% | - |
| HSV(B) | 146.9º | 0.75% | 0.3% | - |
| XYZ | 3.4 | 5.64 | 3.39 | - |
| YUV | 56.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 45 | 0.75 | 0 | 0.42 | 0.70 | 146.9 | 0.6 | 0.19 |
| Hex | 13 | 4D | 2D | 4B | 0 | 2A | 46 | 93 | 3C | 13 |
| Octal | 23 | 115 | 55 | 113 | 0 | 52 | 106 | 223 | 74 | 23 |
| Binary | 10011 | 1001101 | 101101 | 1001011 | 0 | 101010 | 1000110 | 10010011 | 111100 | 10011 |
Color Harmonies of #134D2D
Complementary color
Monochromatic Colors of #134D2D
Black with #134D2D
Text Example
Text Example
White with #134D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D2D; }
p { color: rgb(19,77,45); }
H1.HeaderClassName
{
color: #134D2D;
}
.AnyTagClassName
{
color: #134D2D;
}
</style>
background-color css
<style>
a { background-color: #134D2D; }
a { background-color: rgb(19,77,45); }
div.DivClassName
{
background-color: #134D2D;
}
.BgClassName
{
background-color: #134D2D;
}
</style>
border-color css
<style>
span { border-color: #134D2D; }
span { border-color: rgb(19,77,45); }
td.TdClassName
{
border-color: #134D2D;
}
.TagClassName
{
border-color: #134D2D;
}
</style>