Shades of Zuccini #14452E
Tints of Zuccini #14452E
RGB
CMYK
RGB Variations
Color information
#14452E (or 0x14452E) is known color: Zuccini. HEX triplet: 14, 45 and 2E. RGB value is (20,69,46). Sum of RGB (Red+Green+Blue) = 20+69+46=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #14452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14452E is #EBBAD1. Grayscale: #333333. Windows color (decimal): -15448786 or 3032340. OLE color: 3032340.
HSL color Cylindrical-coordinate representation of color #14452E: hue angle of 151.84º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14452E is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 69 | 46 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.73 |
| HSL | 151.84º | 0.55% | 0.17% | - |
| HSV(B) | 151.84º | 0.71% | 0.27% | - |
| XYZ | 2.91 | 4.6 | 3.32 | - |
| YUV | 51.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 46 | 0.71 | 0 | 0.33 | 0.73 | 151.84 | 0.55 | 0.17 |
| Hex | 14 | 45 | 2E | 47 | 0 | 21 | 49 | 98 | 37 | 11 |
| Octal | 24 | 105 | 56 | 107 | 0 | 41 | 111 | 230 | 67 | 21 |
| Binary | 10100 | 1000101 | 101110 | 1000111 | 0 | 100001 | 1001001 | 10011000 | 110111 | 10001 |
Color Harmonies of #14452E
Complementary color
Monochromatic Colors of #14452E
Black with #14452E
Text Example
Text Example
White with #14452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14452E; }
p { color: rgb(20,69,46); }
H1.HeaderClassName
{
color: #14452E;
}
.AnyTagClassName
{
color: #14452E;
}
</style>
background-color css
<style>
a { background-color: #14452E; }
a { background-color: rgb(20,69,46); }
div.DivClassName
{
background-color: #14452E;
}
.BgClassName
{
background-color: #14452E;
}
</style>
border-color css
<style>
span { border-color: #14452E; }
span { border-color: rgb(20,69,46); }
td.TdClassName
{
border-color: #14452E;
}
.TagClassName
{
border-color: #14452E;
}
</style>