Shades of Zuccini #154530
Tints of Zuccini #154530
RGB
CMYK
RGB Variations
Color information
#154530 (or 0x154530) is known color: Zuccini. HEX triplet: 15, 45 and 30. RGB value is (21,69,48). Sum of RGB (Red+Green+Blue) = 21+69+48=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #154530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154530 is #EABACF. Grayscale: #343434. Windows color (decimal): -15383248 or 3163413. OLE color: 3163413.
HSL color Cylindrical-coordinate representation of color #154530: hue angle of 153.75º degrees, saturation: 0.53, 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 #154530 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 69 | 48 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.73 |
| HSL | 153.75º | 0.53% | 0.18% | - |
| HSV(B) | 153.75º | 0.7% | 0.27% | - |
| XYZ | 2.97 | 4.63 | 3.53 | - |
| YUV | 52.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 48 | 0.70 | 0 | 0.30 | 0.73 | 153.75 | 0.53 | 0.18 |
| Hex | 15 | 45 | 30 | 46 | 0 | 1E | 49 | 9A | 35 | 12 |
| Octal | 25 | 105 | 60 | 106 | 0 | 36 | 111 | 232 | 65 | 22 |
| Binary | 10101 | 1000101 | 110000 | 1000110 | 0 | 11110 | 1001001 | 10011010 | 110101 | 10010 |
Color Harmonies of #154530
Complementary color
Monochromatic Colors of #154530
Black with #154530
Text Example
Text Example
White with #154530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154530; }
p { color: rgb(21,69,48); }
H1.HeaderClassName
{
color: #154530;
}
.AnyTagClassName
{
color: #154530;
}
</style>
background-color css
<style>
a { background-color: #154530; }
a { background-color: rgb(21,69,48); }
div.DivClassName
{
background-color: #154530;
}
.BgClassName
{
background-color: #154530;
}
</style>
border-color css
<style>
span { border-color: #154530; }
span { border-color: rgb(21,69,48); }
td.TdClassName
{
border-color: #154530;
}
.TagClassName
{
border-color: #154530;
}
</style>