Shades of Zuccini #18472C
Tints of Zuccini #18472C
RGB
CMYK
RGB Variations
Color information
#18472C (or 0x18472C) is known color: Zuccini. HEX triplet: 18, 47 and 2C. RGB value is (24,71,44). Sum of RGB (Red+Green+Blue) = 24+71+44=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #18472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18472C is #E7B8D3. Grayscale: #353535. Windows color (decimal): -15186132 or 2901784. OLE color: 2901784.
HSL color Cylindrical-coordinate representation of color #18472C: hue angle of 145.53º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18472C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 44 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.72 |
| HSL | 145.53º | 0.49% | 0.19% | - |
| HSV(B) | 145.53º | 0.66% | 0.28% | - |
| XYZ | 3.08 | 4.88 | 3.16 | - |
| YUV | 53.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 44 | 0.66 | 0 | 0.38 | 0.72 | 145.53 | 0.49 | 0.19 |
| Hex | 18 | 47 | 2C | 42 | 0 | 26 | 48 | 92 | 31 | 13 |
| Octal | 30 | 107 | 54 | 102 | 0 | 46 | 110 | 222 | 61 | 23 |
| Binary | 11000 | 1000111 | 101100 | 1000010 | 0 | 100110 | 1001000 | 10010010 | 110001 | 10011 |
Color Harmonies of #18472C
Complementary color
Monochromatic Colors of #18472C
Black with #18472C
Text Example
Text Example
White with #18472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18472C; }
p { color: rgb(24,71,44); }
H1.HeaderClassName
{
color: #18472C;
}
.AnyTagClassName
{
color: #18472C;
}
</style>
background-color css
<style>
a { background-color: #18472C; }
a { background-color: rgb(24,71,44); }
div.DivClassName
{
background-color: #18472C;
}
.BgClassName
{
background-color: #18472C;
}
</style>
border-color css
<style>
span { border-color: #18472C; }
span { border-color: rgb(24,71,44); }
td.TdClassName
{
border-color: #18472C;
}
.TagClassName
{
border-color: #18472C;
}
</style>