Shades of Zuccini #15482B
Tints of Zuccini #15482B
RGB
CMYK
RGB Variations
Color information
#15482B (or 0x15482B) is known color: Zuccini. HEX triplet: 15, 48 and 2B. RGB value is (21,72,43). Sum of RGB (Red+Green+Blue) = 21+72+43=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #15482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15482B is #EAB7D4. Grayscale: #353535. Windows color (decimal): -15382485 or 2836501. OLE color: 2836501.
HSL color Cylindrical-coordinate representation of color #15482B: hue angle of 145.88º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15482B is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 72 | 43 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.72 |
| HSL | 145.88º | 0.55% | 0.18% | - |
| HSV(B) | 145.88º | 0.71% | 0.28% | - |
| XYZ | 3.06 | 4.97 | 3.08 | - |
| YUV | 53.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 43 | 0.71 | 0 | 0.40 | 0.72 | 145.88 | 0.55 | 0.18 |
| Hex | 15 | 48 | 2B | 47 | 0 | 28 | 48 | 92 | 37 | 12 |
| Octal | 25 | 110 | 53 | 107 | 0 | 50 | 110 | 222 | 67 | 22 |
| Binary | 10101 | 1001000 | 101011 | 1000111 | 0 | 101000 | 1001000 | 10010010 | 110111 | 10010 |
Color Harmonies of #15482B
Complementary color
Monochromatic Colors of #15482B
Black with #15482B
Text Example
Text Example
White with #15482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15482B; }
p { color: rgb(21,72,43); }
H1.HeaderClassName
{
color: #15482B;
}
.AnyTagClassName
{
color: #15482B;
}
</style>
background-color css
<style>
a { background-color: #15482B; }
a { background-color: rgb(21,72,43); }
div.DivClassName
{
background-color: #15482B;
}
.BgClassName
{
background-color: #15482B;
}
</style>
border-color css
<style>
span { border-color: #15482B; }
span { border-color: rgb(21,72,43); }
td.TdClassName
{
border-color: #15482B;
}
.TagClassName
{
border-color: #15482B;
}
</style>