Shades of Zuccini #184830
Tints of Zuccini #184830
RGB
CMYK
RGB Variations
Color information
#184830 (or 0x184830) is known color: Zuccini. HEX triplet: 18, 48 and 30. RGB value is (24,72,48). Sum of RGB (Red+Green+Blue) = 24+72+48=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #184830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184830 is #E7B7CF. Grayscale: #363636. Windows color (decimal): -15185872 or 3164184. OLE color: 3164184.
HSL color Cylindrical-coordinate representation of color #184830: hue angle of 150º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184830 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 48 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.72 |
| HSL | 150º | 0.5% | 0.19% | - |
| HSV(B) | 150º | 0.67% | 0.28% | - |
| XYZ | 3.23 | 5.04 | 3.6 | - |
| YUV | 54.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 48 | 0.67 | 0 | 0.33 | 0.72 | 150 | 0.5 | 0.19 |
| Hex | 18 | 48 | 30 | 43 | 0 | 21 | 48 | 96 | 32 | 13 |
| Octal | 30 | 110 | 60 | 103 | 0 | 41 | 110 | 226 | 62 | 23 |
| Binary | 11000 | 1001000 | 110000 | 1000011 | 0 | 100001 | 1001000 | 10010110 | 110010 | 10011 |
Color Harmonies of #184830
Complementary color
Monochromatic Colors of #184830
Black with #184830
Text Example
Text Example
White with #184830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184830; }
p { color: rgb(24,72,48); }
H1.HeaderClassName
{
color: #184830;
}
.AnyTagClassName
{
color: #184830;
}
</style>
background-color css
<style>
a { background-color: #184830; }
a { background-color: rgb(24,72,48); }
div.DivClassName
{
background-color: #184830;
}
.BgClassName
{
background-color: #184830;
}
</style>
border-color css
<style>
span { border-color: #184830; }
span { border-color: rgb(24,72,48); }
td.TdClassName
{
border-color: #184830;
}
.TagClassName
{
border-color: #184830;
}
</style>