Shades of Zuccini #134127
Tints of Zuccini #134127
RGB
CMYK
RGB Variations
Color information
#134127 (or 0x134127) is known color: Zuccini. HEX triplet: 13, 41 and 27. RGB value is (19,65,39). Sum of RGB (Red+Green+Blue) = 19+65+39=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #134127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134127 is #ECBED8. Grayscale: #303030. Windows color (decimal): -15515353 or 2572563. OLE color: 2572563.
HSL color Cylindrical-coordinate representation of color #134127: hue angle of 146.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134127 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 39 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.75 |
| HSL | 146.09º | 0.55% | 0.16% | - |
| HSV(B) | 146.09º | 0.71% | 0.25% | - |
| XYZ | 2.53 | 4.07 | 2.57 | - |
| YUV | 48.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 39 | 0.71 | 0 | 0.40 | 0.75 | 146.09 | 0.55 | 0.16 |
| Hex | 13 | 41 | 27 | 47 | 0 | 28 | 4B | 92 | 37 | 10 |
| Octal | 23 | 101 | 47 | 107 | 0 | 50 | 113 | 222 | 67 | 20 |
| Binary | 10011 | 1000001 | 100111 | 1000111 | 0 | 101000 | 1001011 | 10010010 | 110111 | 10000 |
Color Harmonies of #134127
Complementary color
Monochromatic Colors of #134127
Black with #134127
Text Example
Text Example
White with #134127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134127; }
p { color: rgb(19,65,39); }
H1.HeaderClassName
{
color: #134127;
}
.AnyTagClassName
{
color: #134127;
}
</style>
background-color css
<style>
a { background-color: #134127; }
a { background-color: rgb(19,65,39); }
div.DivClassName
{
background-color: #134127;
}
.BgClassName
{
background-color: #134127;
}
</style>
border-color css
<style>
span { border-color: #134127; }
span { border-color: rgb(19,65,39); }
td.TdClassName
{
border-color: #134127;
}
.TagClassName
{
border-color: #134127;
}
</style>