Shades of Zuccini #134F31
Tints of Zuccini #134F31
RGB
CMYK
RGB Variations
Color information
#134F31 (or 0x134F31) is known color: Zuccini. HEX triplet: 13, 4F and 31. RGB value is (19,79,49). Sum of RGB (Red+Green+Blue) = 19+79+49=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #134F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F31 is #ECB0CE. Grayscale: #393939. Windows color (decimal): -15511759 or 3231507. OLE color: 3231507.
HSL color Cylindrical-coordinate representation of color #134F31: hue angle of 150º 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 #134F31 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 49 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.69 |
| HSL | 150º | 0.61% | 0.19% | - |
| HSV(B) | 150º | 0.76% | 0.31% | - |
| XYZ | 3.62 | 5.95 | 3.86 | - |
| YUV | 57.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 49 | 0.76 | 0 | 0.38 | 0.69 | 150 | 0.61 | 0.19 |
| Hex | 13 | 4F | 31 | 4C | 0 | 26 | 45 | 96 | 3D | 13 |
| Octal | 23 | 117 | 61 | 114 | 0 | 46 | 105 | 226 | 75 | 23 |
| Binary | 10011 | 1001111 | 110001 | 1001100 | 0 | 100110 | 1000101 | 10010110 | 111101 | 10011 |
Color Harmonies of #134F31
Complementary color
Monochromatic Colors of #134F31
Black with #134F31
Text Example
Text Example
White with #134F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F31; }
p { color: rgb(19,79,49); }
H1.HeaderClassName
{
color: #134F31;
}
.AnyTagClassName
{
color: #134F31;
}
</style>
background-color css
<style>
a { background-color: #134F31; }
a { background-color: rgb(19,79,49); }
div.DivClassName
{
background-color: #134F31;
}
.BgClassName
{
background-color: #134F31;
}
</style>
border-color css
<style>
span { border-color: #134F31; }
span { border-color: rgb(19,79,49); }
td.TdClassName
{
border-color: #134F31;
}
.TagClassName
{
border-color: #134F31;
}
</style>