Shades of Zuccini #18492A
Tints of Zuccini #18492A
RGB
CMYK
RGB Variations
Color information
#18492A (or 0x18492A) is known color: Zuccini. HEX triplet: 18, 49 and 2A. RGB value is (24,73,42). Sum of RGB (Red+Green+Blue) = 24+73+42=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #18492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18492A is #E7B6D5. Grayscale: #363636. Windows color (decimal): -15185622 or 2771224. OLE color: 2771224.
HSL color Cylindrical-coordinate representation of color #18492A: hue angle of 142.04º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18492A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 42 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.71 |
| HSL | 142.04º | 0.51% | 0.19% | - |
| HSV(B) | 142.04º | 0.67% | 0.29% | - |
| XYZ | 3.18 | 5.13 | 3.01 | - |
| YUV | 54.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 42 | 0.67 | 0 | 0.42 | 0.71 | 142.04 | 0.51 | 0.19 |
| Hex | 18 | 49 | 2A | 43 | 0 | 2A | 47 | 8E | 33 | 13 |
| Octal | 30 | 111 | 52 | 103 | 0 | 52 | 107 | 216 | 63 | 23 |
| Binary | 11000 | 1001001 | 101010 | 1000011 | 0 | 101010 | 1000111 | 10001110 | 110011 | 10011 |
Color Harmonies of #18492A
Complementary color
Monochromatic Colors of #18492A
Black with #18492A
Text Example
Text Example
White with #18492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18492A; }
p { color: rgb(24,73,42); }
H1.HeaderClassName
{
color: #18492A;
}
.AnyTagClassName
{
color: #18492A;
}
</style>
background-color css
<style>
a { background-color: #18492A; }
a { background-color: rgb(24,73,42); }
div.DivClassName
{
background-color: #18492A;
}
.BgClassName
{
background-color: #18492A;
}
</style>
border-color css
<style>
span { border-color: #18492A; }
span { border-color: rgb(24,73,42); }
td.TdClassName
{
border-color: #18492A;
}
.TagClassName
{
border-color: #18492A;
}
</style>