Shades of Zuccini #15412D
Tints of Zuccini #15412D
RGB
CMYK
RGB Variations
Color information
#15412D (or 0x15412D) is known color: Zuccini. HEX triplet: 15, 41 and 2D. RGB value is (21,65,45). Sum of RGB (Red+Green+Blue) = 21+65+45=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #15412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15412D is #EABED2. Grayscale: #313131. Windows color (decimal): -15384275 or 2965781. OLE color: 2965781.
HSL color Cylindrical-coordinate representation of color #15412D: hue angle of 152.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15412D is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 45 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.75 |
| HSL | 152.73º | 0.51% | 0.17% | - |
| HSV(B) | 152.73º | 0.68% | 0.25% | - |
| XYZ | 2.67 | 4.13 | 3.14 | - |
| YUV | 49.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 45 | 0.68 | 0 | 0.31 | 0.75 | 152.73 | 0.51 | 0.17 |
| Hex | 15 | 41 | 2D | 44 | 0 | 1F | 4B | 99 | 33 | 11 |
| Octal | 25 | 101 | 55 | 104 | 0 | 37 | 113 | 231 | 63 | 21 |
| Binary | 10101 | 1000001 | 101101 | 1000100 | 0 | 11111 | 1001011 | 10011001 | 110011 | 10001 |
Color Harmonies of #15412D
Complementary color
Monochromatic Colors of #15412D
Black with #15412D
Text Example
Text Example
White with #15412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15412D; }
p { color: rgb(21,65,45); }
H1.HeaderClassName
{
color: #15412D;
}
.AnyTagClassName
{
color: #15412D;
}
</style>
background-color css
<style>
a { background-color: #15412D; }
a { background-color: rgb(21,65,45); }
div.DivClassName
{
background-color: #15412D;
}
.BgClassName
{
background-color: #15412D;
}
</style>
border-color css
<style>
span { border-color: #15412D; }
span { border-color: rgb(21,65,45); }
td.TdClassName
{
border-color: #15412D;
}
.TagClassName
{
border-color: #15412D;
}
</style>