Shades of Zuccini #134827
Tints of Zuccini #134827
RGB
CMYK
RGB Variations
Color information
#134827 (or 0x134827) is known color: Zuccini. HEX triplet: 13, 48 and 27. RGB value is (19,72,39). Sum of RGB (Red+Green+Blue) = 19+72+39=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #134827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134827 is #ECB7D8. Grayscale: #343434. Windows color (decimal): -15513561 or 2574355. OLE color: 2574355.
HSL color Cylindrical-coordinate representation of color #134827: hue angle of 142.64º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134827 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 39 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.72 |
| HSL | 142.64º | 0.58% | 0.18% | - |
| HSV(B) | 142.64º | 0.74% | 0.28% | - |
| XYZ | 2.95 | 4.92 | 2.71 | - |
| YUV | 52.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 39 | 0.74 | 0 | 0.46 | 0.72 | 142.64 | 0.58 | 0.18 |
| Hex | 13 | 48 | 27 | 4A | 0 | 2E | 48 | 8F | 3A | 12 |
| Octal | 23 | 110 | 47 | 112 | 0 | 56 | 110 | 217 | 72 | 22 |
| Binary | 10011 | 1001000 | 100111 | 1001010 | 0 | 101110 | 1001000 | 10001111 | 111010 | 10010 |
Color Harmonies of #134827
Complementary color
Monochromatic Colors of #134827
Black with #134827
Text Example
Text Example
White with #134827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134827; }
p { color: rgb(19,72,39); }
H1.HeaderClassName
{
color: #134827;
}
.AnyTagClassName
{
color: #134827;
}
</style>
background-color css
<style>
a { background-color: #134827; }
a { background-color: rgb(19,72,39); }
div.DivClassName
{
background-color: #134827;
}
.BgClassName
{
background-color: #134827;
}
</style>
border-color css
<style>
span { border-color: #134827; }
span { border-color: rgb(19,72,39); }
td.TdClassName
{
border-color: #134827;
}
.TagClassName
{
border-color: #134827;
}
</style>