Shades of Zuccini #14462F
Tints of Zuccini #14462F
RGB
CMYK
RGB Variations
Color information
#14462F (or 0x14462F) is known color: Zuccini. HEX triplet: 14, 46 and 2F. RGB value is (20,70,47). Sum of RGB (Red+Green+Blue) = 20+70+47=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #14462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14462F is #EBB9D0. Grayscale: #343434. Windows color (decimal): -15448529 or 3098132. OLE color: 3098132.
HSL color Cylindrical-coordinate representation of color #14462F: hue angle of 152.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14462F is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 47 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.73 |
| HSL | 152.4º | 0.56% | 0.18% | - |
| HSV(B) | 152.4º | 0.71% | 0.27% | - |
| XYZ | 2.99 | 4.73 | 3.45 | - |
| YUV | 52.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 47 | 0.71 | 0 | 0.33 | 0.73 | 152.4 | 0.56 | 0.18 |
| Hex | 14 | 46 | 2F | 47 | 0 | 21 | 49 | 98 | 38 | 12 |
| Octal | 24 | 106 | 57 | 107 | 0 | 41 | 111 | 230 | 70 | 22 |
| Binary | 10100 | 1000110 | 101111 | 1000111 | 0 | 100001 | 1001001 | 10011000 | 111000 | 10010 |
Color Harmonies of #14462F
Complementary color
Monochromatic Colors of #14462F
Black with #14462F
Text Example
Text Example
White with #14462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14462F; }
p { color: rgb(20,70,47); }
H1.HeaderClassName
{
color: #14462F;
}
.AnyTagClassName
{
color: #14462F;
}
</style>
background-color css
<style>
a { background-color: #14462F; }
a { background-color: rgb(20,70,47); }
div.DivClassName
{
background-color: #14462F;
}
.BgClassName
{
background-color: #14462F;
}
</style>
border-color css
<style>
span { border-color: #14462F; }
span { border-color: rgb(20,70,47); }
td.TdClassName
{
border-color: #14462F;
}
.TagClassName
{
border-color: #14462F;
}
</style>