Shades of Zuccini #18482C
Tints of Zuccini #18482C
RGB
CMYK
RGB Variations
Color information
#18482C (or 0x18482C) is known color: Zuccini. HEX triplet: 18, 48 and 2C. RGB value is (24,72,44). Sum of RGB (Red+Green+Blue) = 24+72+44=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #18482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18482C is #E7B7D3. Grayscale: #363636. Windows color (decimal): -15185876 or 2902040. OLE color: 2902040.
HSL color Cylindrical-coordinate representation of color #18482C: hue angle of 145º 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 #18482C is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 44 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.72 |
| HSL | 145º | 0.5% | 0.19% | - |
| HSV(B) | 145º | 0.67% | 0.28% | - |
| XYZ | 3.15 | 5.01 | 3.18 | - |
| YUV | 54.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 44 | 0.67 | 0 | 0.39 | 0.72 | 145 | 0.5 | 0.19 |
| Hex | 18 | 48 | 2C | 43 | 0 | 27 | 48 | 91 | 32 | 13 |
| Octal | 30 | 110 | 54 | 103 | 0 | 47 | 110 | 221 | 62 | 23 |
| Binary | 11000 | 1001000 | 101100 | 1000011 | 0 | 100111 | 1001000 | 10010001 | 110010 | 10011 |
Color Harmonies of #18482C
Complementary color
Monochromatic Colors of #18482C
Black with #18482C
Text Example
Text Example
White with #18482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18482C; }
p { color: rgb(24,72,44); }
H1.HeaderClassName
{
color: #18482C;
}
.AnyTagClassName
{
color: #18482C;
}
</style>
background-color css
<style>
a { background-color: #18482C; }
a { background-color: rgb(24,72,44); }
div.DivClassName
{
background-color: #18482C;
}
.BgClassName
{
background-color: #18482C;
}
</style>
border-color css
<style>
span { border-color: #18482C; }
span { border-color: rgb(24,72,44); }
td.TdClassName
{
border-color: #18482C;
}
.TagClassName
{
border-color: #18482C;
}
</style>