Shades of Zuccini #134E2F
Tints of Zuccini #134E2F
RGB
CMYK
RGB Variations
Color information
#134E2F (or 0x134E2F) is known color: Zuccini. HEX triplet: 13, 4E and 2F. RGB value is (19,78,47). Sum of RGB (Red+Green+Blue) = 19+78+47=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #134E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E2F is #ECB1D0. Grayscale: #383838. Windows color (decimal): -15512017 or 3100179. OLE color: 3100179.
HSL color Cylindrical-coordinate representation of color #134E2F: hue angle of 148.47º 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 #134E2F is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 47 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.69 |
| HSL | 148.47º | 0.61% | 0.19% | - |
| HSV(B) | 148.47º | 0.76% | 0.31% | - |
| XYZ | 3.51 | 5.79 | 3.62 | - |
| YUV | 56.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 47 | 0.76 | 0 | 0.40 | 0.69 | 148.47 | 0.61 | 0.19 |
| Hex | 13 | 4E | 2F | 4C | 0 | 28 | 45 | 94 | 3D | 13 |
| Octal | 23 | 116 | 57 | 114 | 0 | 50 | 105 | 224 | 75 | 23 |
| Binary | 10011 | 1001110 | 101111 | 1001100 | 0 | 101000 | 1000101 | 10010100 | 111101 | 10011 |
Color Harmonies of #134E2F
Complementary color
Monochromatic Colors of #134E2F
Black with #134E2F
Text Example
Text Example
White with #134E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E2F; }
p { color: rgb(19,78,47); }
H1.HeaderClassName
{
color: #134E2F;
}
.AnyTagClassName
{
color: #134E2F;
}
</style>
background-color css
<style>
a { background-color: #134E2F; }
a { background-color: rgb(19,78,47); }
div.DivClassName
{
background-color: #134E2F;
}
.BgClassName
{
background-color: #134E2F;
}
</style>
border-color css
<style>
span { border-color: #134E2F; }
span { border-color: rgb(19,78,47); }
td.TdClassName
{
border-color: #134E2F;
}
.TagClassName
{
border-color: #134E2F;
}
</style>