Shades of Zuccini #15472C
Tints of Zuccini #15472C
RGB
CMYK
RGB Variations
Color information
#15472C (or 0x15472C) is known color: Zuccini. HEX triplet: 15, 47 and 2C. RGB value is (21,71,44). Sum of RGB (Red+Green+Blue) = 21+71+44=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #15472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472C is #EAB8D3. Grayscale: #353535. Windows color (decimal): -15382740 or 2901781. OLE color: 2901781.
HSL color Cylindrical-coordinate representation of color #15472C: hue angle of 147.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15472C is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 44 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.72 |
| HSL | 147.6º | 0.54% | 0.18% | - |
| HSV(B) | 147.6º | 0.7% | 0.28% | - |
| XYZ | 3.02 | 4.85 | 3.16 | - |
| YUV | 52.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 44 | 0.70 | 0 | 0.38 | 0.72 | 147.6 | 0.54 | 0.18 |
| Hex | 15 | 47 | 2C | 46 | 0 | 26 | 48 | 94 | 36 | 12 |
| Octal | 25 | 107 | 54 | 106 | 0 | 46 | 110 | 224 | 66 | 22 |
| Binary | 10101 | 1000111 | 101100 | 1000110 | 0 | 100110 | 1001000 | 10010100 | 110110 | 10010 |
Color Harmonies of #15472C
Complementary color
Monochromatic Colors of #15472C
Black with #15472C
Text Example
Text Example
White with #15472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15472C; }
p { color: rgb(21,71,44); }
H1.HeaderClassName
{
color: #15472C;
}
.AnyTagClassName
{
color: #15472C;
}
</style>
background-color css
<style>
a { background-color: #15472C; }
a { background-color: rgb(21,71,44); }
div.DivClassName
{
background-color: #15472C;
}
.BgClassName
{
background-color: #15472C;
}
</style>
border-color css
<style>
span { border-color: #15472C; }
span { border-color: rgb(21,71,44); }
td.TdClassName
{
border-color: #15472C;
}
.TagClassName
{
border-color: #15472C;
}
</style>