Shades of Zuccini #15472B
Tints of Zuccini #15472B
RGB
CMYK
RGB Variations
Color information
#15472B (or 0x15472B) is known color: Zuccini. HEX triplet: 15, 47 and 2B. RGB value is (21,71,43). Sum of RGB (Red+Green+Blue) = 21+71+43=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #15472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472B is #EAB8D4. Grayscale: #343434. Windows color (decimal): -15382741 or 2836245. OLE color: 2836245.
HSL color Cylindrical-coordinate representation of color #15472B: hue angle of 146.4º 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 #15472B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 43 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.72 |
| HSL | 146.4º | 0.54% | 0.18% | - |
| HSV(B) | 146.4º | 0.7% | 0.28% | - |
| XYZ | 3 | 4.84 | 3.06 | - |
| YUV | 52.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 43 | 0.70 | 0 | 0.39 | 0.72 | 146.4 | 0.54 | 0.18 |
| Hex | 15 | 47 | 2B | 46 | 0 | 27 | 48 | 92 | 36 | 12 |
| Octal | 25 | 107 | 53 | 106 | 0 | 47 | 110 | 222 | 66 | 22 |
| Binary | 10101 | 1000111 | 101011 | 1000110 | 0 | 100111 | 1001000 | 10010010 | 110110 | 10010 |
Color Harmonies of #15472B
Complementary color
Monochromatic Colors of #15472B
Black with #15472B
Text Example
Text Example
White with #15472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15472B; }
p { color: rgb(21,71,43); }
H1.HeaderClassName
{
color: #15472B;
}
.AnyTagClassName
{
color: #15472B;
}
</style>
background-color css
<style>
a { background-color: #15472B; }
a { background-color: rgb(21,71,43); }
div.DivClassName
{
background-color: #15472B;
}
.BgClassName
{
background-color: #15472B;
}
</style>
border-color css
<style>
span { border-color: #15472B; }
span { border-color: rgb(21,71,43); }
td.TdClassName
{
border-color: #15472B;
}
.TagClassName
{
border-color: #15472B;
}
</style>