Shades of Zuccini #15462D
Tints of Zuccini #15462D
RGB
CMYK
RGB Variations
Color information
#15462D (or 0x15462D) is known color: Zuccini. HEX triplet: 15, 46 and 2D. RGB value is (21,70,45). Sum of RGB (Red+Green+Blue) = 21+70+45=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #15462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15462D is #EAB9D2. Grayscale: #343434. Windows color (decimal): -15382995 or 2967061. OLE color: 2967061.
HSL color Cylindrical-coordinate representation of color #15462D: hue angle of 149.39º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15462D is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 45 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.73 |
| HSL | 149.39º | 0.54% | 0.18% | - |
| HSV(B) | 149.39º | 0.7% | 0.27% | - |
| XYZ | 2.97 | 4.73 | 3.24 | - |
| YUV | 52.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 45 | 0.70 | 0 | 0.36 | 0.73 | 149.39 | 0.54 | 0.18 |
| Hex | 15 | 46 | 2D | 46 | 0 | 24 | 49 | 95 | 36 | 12 |
| Octal | 25 | 106 | 55 | 106 | 0 | 44 | 111 | 225 | 66 | 22 |
| Binary | 10101 | 1000110 | 101101 | 1000110 | 0 | 100100 | 1001001 | 10010101 | 110110 | 10010 |
Color Harmonies of #15462D
Complementary color
Monochromatic Colors of #15462D
Black with #15462D
Text Example
Text Example
White with #15462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15462D; }
p { color: rgb(21,70,45); }
H1.HeaderClassName
{
color: #15462D;
}
.AnyTagClassName
{
color: #15462D;
}
</style>
background-color css
<style>
a { background-color: #15462D; }
a { background-color: rgb(21,70,45); }
div.DivClassName
{
background-color: #15462D;
}
.BgClassName
{
background-color: #15462D;
}
</style>
border-color css
<style>
span { border-color: #15462D; }
span { border-color: rgb(21,70,45); }
td.TdClassName
{
border-color: #15462D;
}
.TagClassName
{
border-color: #15462D;
}
</style>