Shades of Zuccini #15472A
Tints of Zuccini #15472A
RGB
CMYK
RGB Variations
Color information
#15472A (or 0x15472A) is known color: Zuccini. HEX triplet: 15, 47 and 2A. RGB value is (21,71,42). Sum of RGB (Red+Green+Blue) = 21+71+42=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #15472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472A is #EAB8D5. Grayscale: #343434. Windows color (decimal): -15382742 or 2770709. OLE color: 2770709.
HSL color Cylindrical-coordinate representation of color #15472A: hue angle of 145.2º 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 #15472A is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 42 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.72 |
| HSL | 145.2º | 0.54% | 0.18% | - |
| HSV(B) | 145.2º | 0.7% | 0.28% | - |
| XYZ | 2.98 | 4.83 | 2.97 | - |
| YUV | 52.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 42 | 0.70 | 0 | 0.41 | 0.72 | 145.2 | 0.54 | 0.18 |
| Hex | 15 | 47 | 2A | 46 | 0 | 29 | 48 | 91 | 36 | 12 |
| Octal | 25 | 107 | 52 | 106 | 0 | 51 | 110 | 221 | 66 | 22 |
| Binary | 10101 | 1000111 | 101010 | 1000110 | 0 | 101001 | 1001000 | 10010001 | 110110 | 10010 |
Color Harmonies of #15472A
Complementary color
Monochromatic Colors of #15472A
Black with #15472A
Text Example
Text Example
White with #15472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15472A; }
p { color: rgb(21,71,42); }
H1.HeaderClassName
{
color: #15472A;
}
.AnyTagClassName
{
color: #15472A;
}
</style>
background-color css
<style>
a { background-color: #15472A; }
a { background-color: rgb(21,71,42); }
div.DivClassName
{
background-color: #15472A;
}
.BgClassName
{
background-color: #15472A;
}
</style>
border-color css
<style>
span { border-color: #15472A; }
span { border-color: rgb(21,71,42); }
td.TdClassName
{
border-color: #15472A;
}
.TagClassName
{
border-color: #15472A;
}
</style>