Shades of Zuccini #134D2F
Tints of Zuccini #134D2F
RGB
CMYK
RGB Variations
Color information
#134D2F (or 0x134D2F) is known color: Zuccini. HEX triplet: 13, 4D and 2F. RGB value is (19,77,47). Sum of RGB (Red+Green+Blue) = 19+77+47=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #134D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D2F is #ECB2D0. Grayscale: #383838. Windows color (decimal): -15512273 or 3099923. OLE color: 3099923.
HSL color Cylindrical-coordinate representation of color #134D2F: hue angle of 148.97º 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 #134D2F is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 47 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.70 |
| HSL | 148.97º | 0.6% | 0.19% | - |
| HSV(B) | 148.97º | 0.75% | 0.3% | - |
| XYZ | 3.44 | 5.65 | 3.6 | - |
| YUV | 56.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 47 | 0.75 | 0 | 0.39 | 0.70 | 148.97 | 0.6 | 0.19 |
| Hex | 13 | 4D | 2F | 4B | 0 | 27 | 46 | 95 | 3C | 13 |
| Octal | 23 | 115 | 57 | 113 | 0 | 47 | 106 | 225 | 74 | 23 |
| Binary | 10011 | 1001101 | 101111 | 1001011 | 0 | 100111 | 1000110 | 10010101 | 111100 | 10011 |
Color Harmonies of #134D2F
Complementary color
Monochromatic Colors of #134D2F
Black with #134D2F
Text Example
Text Example
White with #134D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D2F; }
p { color: rgb(19,77,47); }
H1.HeaderClassName
{
color: #134D2F;
}
.AnyTagClassName
{
color: #134D2F;
}
</style>
background-color css
<style>
a { background-color: #134D2F; }
a { background-color: rgb(19,77,47); }
div.DivClassName
{
background-color: #134D2F;
}
.BgClassName
{
background-color: #134D2F;
}
</style>
border-color css
<style>
span { border-color: #134D2F; }
span { border-color: rgb(19,77,47); }
td.TdClassName
{
border-color: #134D2F;
}
.TagClassName
{
border-color: #134D2F;
}
</style>