Shades of Zuccini #134E2A
Tints of Zuccini #134E2A
RGB
CMYK
RGB Variations
Color information
#134E2A (or 0x134E2A) is known color: Zuccini. HEX triplet: 13, 4E and 2A. RGB value is (19,78,42). Sum of RGB (Red+Green+Blue) = 19+78+42=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #134E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E2A is #ECB1D5. Grayscale: #383838. Windows color (decimal): -15512022 or 2772499. OLE color: 2772499.
HSL color Cylindrical-coordinate representation of color #134E2A: hue angle of 143.39º 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 #134E2A is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 42 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.69 |
| HSL | 143.39º | 0.61% | 0.19% | - |
| HSV(B) | 143.39º | 0.76% | 0.31% | - |
| XYZ | 3.41 | 5.75 | 3.12 | - |
| YUV | 56.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 42 | 0.76 | 0 | 0.46 | 0.69 | 143.39 | 0.61 | 0.19 |
| Hex | 13 | 4E | 2A | 4C | 0 | 2E | 45 | 8F | 3D | 13 |
| Octal | 23 | 116 | 52 | 114 | 0 | 56 | 105 | 217 | 75 | 23 |
| Binary | 10011 | 1001110 | 101010 | 1001100 | 0 | 101110 | 1000101 | 10001111 | 111101 | 10011 |
Color Harmonies of #134E2A
Complementary color
Monochromatic Colors of #134E2A
Black with #134E2A
Text Example
Text Example
White with #134E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E2A; }
p { color: rgb(19,78,42); }
H1.HeaderClassName
{
color: #134E2A;
}
.AnyTagClassName
{
color: #134E2A;
}
</style>
background-color css
<style>
a { background-color: #134E2A; }
a { background-color: rgb(19,78,42); }
div.DivClassName
{
background-color: #134E2A;
}
.BgClassName
{
background-color: #134E2A;
}
</style>
border-color css
<style>
span { border-color: #134E2A; }
span { border-color: rgb(19,78,42); }
td.TdClassName
{
border-color: #134E2A;
}
.TagClassName
{
border-color: #134E2A;
}
</style>