Shades of Zuccini #15482D
Tints of Zuccini #15482D
RGB
CMYK
RGB Variations
Color information
#15482D (or 0x15482D) is known color: Zuccini. HEX triplet: 15, 48 and 2D. RGB value is (21,72,45). Sum of RGB (Red+Green+Blue) = 21+72+45=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #15482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15482D is #EAB7D2. Grayscale: #353535. Windows color (decimal): -15382483 or 2967573. OLE color: 2967573.
HSL color Cylindrical-coordinate representation of color #15482D: hue angle of 148.24º 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 #15482D is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 72 | 45 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.72 |
| HSL | 148.24º | 0.55% | 0.18% | - |
| HSV(B) | 148.24º | 0.71% | 0.28% | - |
| XYZ | 3.1 | 4.98 | 3.28 | - |
| YUV | 53.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 45 | 0.71 | 0 | 0.38 | 0.72 | 148.24 | 0.55 | 0.18 |
| Hex | 15 | 48 | 2D | 47 | 0 | 26 | 48 | 94 | 37 | 12 |
| Octal | 25 | 110 | 55 | 107 | 0 | 46 | 110 | 224 | 67 | 22 |
| Binary | 10101 | 1001000 | 101101 | 1000111 | 0 | 100110 | 1001000 | 10010100 | 110111 | 10010 |
Color Harmonies of #15482D
Complementary color
Monochromatic Colors of #15482D
Black with #15482D
Text Example
Text Example
White with #15482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15482D; }
p { color: rgb(21,72,45); }
H1.HeaderClassName
{
color: #15482D;
}
.AnyTagClassName
{
color: #15482D;
}
</style>
background-color css
<style>
a { background-color: #15482D; }
a { background-color: rgb(21,72,45); }
div.DivClassName
{
background-color: #15482D;
}
.BgClassName
{
background-color: #15482D;
}
</style>
border-color css
<style>
span { border-color: #15482D; }
span { border-color: rgb(21,72,45); }
td.TdClassName
{
border-color: #15482D;
}
.TagClassName
{
border-color: #15482D;
}
</style>