Shades of Zuccini #18482D
Tints of Zuccini #18482D
RGB
CMYK
RGB Variations
Color information
#18482D (or 0x18482D) is known color: Zuccini. HEX triplet: 18, 48 and 2D. RGB value is (24,72,45). Sum of RGB (Red+Green+Blue) = 24+72+45=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #18482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18482D is #E7B7D2. Grayscale: #363636. Windows color (decimal): -15185875 or 2967576. OLE color: 2967576.
HSL color Cylindrical-coordinate representation of color #18482D: hue angle of 146.25º 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 #18482D is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 45 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.72 |
| HSL | 146.25º | 0.5% | 0.19% | - |
| HSV(B) | 146.25º | 0.67% | 0.28% | - |
| XYZ | 3.17 | 5.02 | 3.28 | - |
| YUV | 54.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 45 | 0.67 | 0 | 0.38 | 0.72 | 146.25 | 0.5 | 0.19 |
| Hex | 18 | 48 | 2D | 43 | 0 | 26 | 48 | 92 | 32 | 13 |
| Octal | 30 | 110 | 55 | 103 | 0 | 46 | 110 | 222 | 62 | 23 |
| Binary | 11000 | 1001000 | 101101 | 1000011 | 0 | 100110 | 1001000 | 10010010 | 110010 | 10011 |
Color Harmonies of #18482D
Complementary color
Monochromatic Colors of #18482D
Black with #18482D
Text Example
Text Example
White with #18482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18482D; }
p { color: rgb(24,72,45); }
H1.HeaderClassName
{
color: #18482D;
}
.AnyTagClassName
{
color: #18482D;
}
</style>
background-color css
<style>
a { background-color: #18482D; }
a { background-color: rgb(24,72,45); }
div.DivClassName
{
background-color: #18482D;
}
.BgClassName
{
background-color: #18482D;
}
</style>
border-color css
<style>
span { border-color: #18482D; }
span { border-color: rgb(24,72,45); }
td.TdClassName
{
border-color: #18482D;
}
.TagClassName
{
border-color: #18482D;
}
</style>