Shades of Zuccini #14422A
Tints of Zuccini #14422A
RGB
CMYK
RGB Variations
Color information
#14422A (or 0x14422A) is known color: Zuccini. HEX triplet: 14, 42 and 2A. RGB value is (20,66,42). Sum of RGB (Red+Green+Blue) = 20+66+42=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #14422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14422A is #EBBDD5. Grayscale: #313131. Windows color (decimal): -15449558 or 2769428. OLE color: 2769428.
HSL color Cylindrical-coordinate representation of color #14422A: hue angle of 148.7º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14422A is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 42 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.74 |
| HSL | 148.7º | 0.53% | 0.17% | - |
| HSV(B) | 148.7º | 0.7% | 0.26% | - |
| XYZ | 2.65 | 4.21 | 2.86 | - |
| YUV | 49.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 42 | 0.70 | 0 | 0.36 | 0.74 | 148.7 | 0.53 | 0.17 |
| Hex | 14 | 42 | 2A | 46 | 0 | 24 | 4A | 95 | 35 | 11 |
| Octal | 24 | 102 | 52 | 106 | 0 | 44 | 112 | 225 | 65 | 21 |
| Binary | 10100 | 1000010 | 101010 | 1000110 | 0 | 100100 | 1001010 | 10010101 | 110101 | 10001 |
Color Harmonies of #14422A
Complementary color
Monochromatic Colors of #14422A
Black with #14422A
Text Example
Text Example
White with #14422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14422A; }
p { color: rgb(20,66,42); }
H1.HeaderClassName
{
color: #14422A;
}
.AnyTagClassName
{
color: #14422A;
}
</style>
background-color css
<style>
a { background-color: #14422A; }
a { background-color: rgb(20,66,42); }
div.DivClassName
{
background-color: #14422A;
}
.BgClassName
{
background-color: #14422A;
}
</style>
border-color css
<style>
span { border-color: #14422A; }
span { border-color: rgb(20,66,42); }
td.TdClassName
{
border-color: #14422A;
}
.TagClassName
{
border-color: #14422A;
}
</style>