Shades of Zuccini #154028
Tints of Zuccini #154028
RGB
CMYK
RGB Variations
Color information
#154028 (or 0x154028) is known color: Zuccini. HEX triplet: 15, 40 and 28. RGB value is (21,64,40). Sum of RGB (Red+Green+Blue) = 21+64+40=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #154028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154028 is #EABFD7. Grayscale: #303030. Windows color (decimal): -15384536 or 2637845. OLE color: 2637845.
HSL color Cylindrical-coordinate representation of color #154028: hue angle of 146.51º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154028 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 40 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.75 |
| HSL | 146.51º | 0.51% | 0.17% | - |
| HSV(B) | 146.51º | 0.67% | 0.25% | - |
| XYZ | 2.53 | 3.98 | 2.64 | - |
| YUV | 48.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 40 | 0.67 | 0 | 0.38 | 0.75 | 146.51 | 0.51 | 0.17 |
| Hex | 15 | 40 | 28 | 43 | 0 | 26 | 4B | 93 | 33 | 11 |
| Octal | 25 | 100 | 50 | 103 | 0 | 46 | 113 | 223 | 63 | 21 |
| Binary | 10101 | 1000000 | 101000 | 1000011 | 0 | 100110 | 1001011 | 10010011 | 110011 | 10001 |
Color Harmonies of #154028
Complementary color
Monochromatic Colors of #154028
Black with #154028
Text Example
Text Example
White with #154028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154028; }
p { color: rgb(21,64,40); }
H1.HeaderClassName
{
color: #154028;
}
.AnyTagClassName
{
color: #154028;
}
</style>
background-color css
<style>
a { background-color: #154028; }
a { background-color: rgb(21,64,40); }
div.DivClassName
{
background-color: #154028;
}
.BgClassName
{
background-color: #154028;
}
</style>
border-color css
<style>
span { border-color: #154028; }
span { border-color: rgb(21,64,40); }
td.TdClassName
{
border-color: #154028;
}
.TagClassName
{
border-color: #154028;
}
</style>