Shades of Zuccini #154828
Tints of Zuccini #154828
RGB
CMYK
RGB Variations
Color information
#154828 (or 0x154828) is known color: Zuccini. HEX triplet: 15, 48 and 28. RGB value is (21,72,40). Sum of RGB (Red+Green+Blue) = 21+72+40=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #154828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154828 is #EAB7D7. Grayscale: #353535. Windows color (decimal): -15382488 or 2639893. OLE color: 2639893.
HSL color Cylindrical-coordinate representation of color #154828: hue angle of 142.35º 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 #154828 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 72 | 40 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.72 |
| HSL | 142.35º | 0.55% | 0.18% | - |
| HSV(B) | 142.35º | 0.71% | 0.28% | - |
| XYZ | 3.01 | 4.95 | 2.8 | - |
| YUV | 53.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 40 | 0.71 | 0 | 0.44 | 0.72 | 142.35 | 0.55 | 0.18 |
| Hex | 15 | 48 | 28 | 47 | 0 | 2C | 48 | 8E | 37 | 12 |
| Octal | 25 | 110 | 50 | 107 | 0 | 54 | 110 | 216 | 67 | 22 |
| Binary | 10101 | 1001000 | 101000 | 1000111 | 0 | 101100 | 1001000 | 10001110 | 110111 | 10010 |
Color Harmonies of #154828
Complementary color
Monochromatic Colors of #154828
Black with #154828
Text Example
Text Example
White with #154828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154828; }
p { color: rgb(21,72,40); }
H1.HeaderClassName
{
color: #154828;
}
.AnyTagClassName
{
color: #154828;
}
</style>
background-color css
<style>
a { background-color: #154828; }
a { background-color: rgb(21,72,40); }
div.DivClassName
{
background-color: #154828;
}
.BgClassName
{
background-color: #154828;
}
</style>
border-color css
<style>
span { border-color: #154828; }
span { border-color: rgb(21,72,40); }
td.TdClassName
{
border-color: #154828;
}
.TagClassName
{
border-color: #154828;
}
</style>