Shades of Zuccini #14432B
Tints of Zuccini #14432B
RGB
CMYK
RGB Variations
Color information
#14432B (or 0x14432B) is known color: Zuccini. HEX triplet: 14, 43 and 2B. RGB value is (20,67,43). Sum of RGB (Red+Green+Blue) = 20+67+43=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #14432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14432B is #EBBCD4. Grayscale: #323232. Windows color (decimal): -15449301 or 2835220. OLE color: 2835220.
HSL color Cylindrical-coordinate representation of color #14432B: hue angle of 149.36º degrees, saturation: 0.54, 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 #14432B is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 43 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.74 |
| HSL | 149.36º | 0.54% | 0.17% | - |
| HSV(B) | 149.36º | 0.7% | 0.26% | - |
| XYZ | 2.73 | 4.34 | 2.98 | - |
| YUV | 50.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 43 | 0.70 | 0 | 0.36 | 0.74 | 149.36 | 0.54 | 0.17 |
| Hex | 14 | 43 | 2B | 46 | 0 | 24 | 4A | 95 | 36 | 11 |
| Octal | 24 | 103 | 53 | 106 | 0 | 44 | 112 | 225 | 66 | 21 |
| Binary | 10100 | 1000011 | 101011 | 1000110 | 0 | 100100 | 1001010 | 10010101 | 110110 | 10001 |
Color Harmonies of #14432B
Complementary color
Monochromatic Colors of #14432B
Black with #14432B
Text Example
Text Example
White with #14432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14432B; }
p { color: rgb(20,67,43); }
H1.HeaderClassName
{
color: #14432B;
}
.AnyTagClassName
{
color: #14432B;
}
</style>
background-color css
<style>
a { background-color: #14432B; }
a { background-color: rgb(20,67,43); }
div.DivClassName
{
background-color: #14432B;
}
.BgClassName
{
background-color: #14432B;
}
</style>
border-color css
<style>
span { border-color: #14432B; }
span { border-color: rgb(20,67,43); }
td.TdClassName
{
border-color: #14432B;
}
.TagClassName
{
border-color: #14432B;
}
</style>