Shades of Zuccini #134027
Tints of Zuccini #134027
RGB
CMYK
RGB Variations
Color information
#134027 (or 0x134027) is known color: Zuccini. HEX triplet: 13, 40 and 27. RGB value is (19,64,39). Sum of RGB (Red+Green+Blue) = 19+64+39=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #134027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134027 is #ECBFD8. Grayscale: #2F2F2F. Windows color (decimal): -15515609 or 2572307. OLE color: 2572307.
HSL color Cylindrical-coordinate representation of color #134027: hue angle of 146.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134027 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 39 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.75 |
| HSL | 146.67º | 0.54% | 0.16% | - |
| HSV(B) | 146.67º | 0.7% | 0.25% | - |
| XYZ | 2.47 | 3.95 | 2.55 | - |
| YUV | 47.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 39 | 0.70 | 0 | 0.39 | 0.75 | 146.67 | 0.54 | 0.16 |
| Hex | 13 | 40 | 27 | 46 | 0 | 27 | 4B | 93 | 36 | 10 |
| Octal | 23 | 100 | 47 | 106 | 0 | 47 | 113 | 223 | 66 | 20 |
| Binary | 10011 | 1000000 | 100111 | 1000110 | 0 | 100111 | 1001011 | 10010011 | 110110 | 10000 |
Color Harmonies of #134027
Complementary color
Monochromatic Colors of #134027
Black with #134027
Text Example
Text Example
White with #134027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134027; }
p { color: rgb(19,64,39); }
H1.HeaderClassName
{
color: #134027;
}
.AnyTagClassName
{
color: #134027;
}
</style>
background-color css
<style>
a { background-color: #134027; }
a { background-color: rgb(19,64,39); }
div.DivClassName
{
background-color: #134027;
}
.BgClassName
{
background-color: #134027;
}
</style>
border-color css
<style>
span { border-color: #134027; }
span { border-color: rgb(19,64,39); }
td.TdClassName
{
border-color: #134027;
}
.TagClassName
{
border-color: #134027;
}
</style>