Shades of Zuccini #184629
Tints of Zuccini #184629
RGB
CMYK
RGB Variations
Color information
#184629 (or 0x184629) is known color: Zuccini. HEX triplet: 18, 46 and 29. RGB value is (24,70,41). Sum of RGB (Red+Green+Blue) = 24+70+41=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #184629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184629 is #E7B9D6. Grayscale: #353535. Windows color (decimal): -15186391 or 2704920. OLE color: 2704920.
HSL color Cylindrical-coordinate representation of color #184629: hue angle of 142.17º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #184629 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 41 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.73 |
| HSL | 142.17º | 0.49% | 0.18% | - |
| HSV(B) | 142.17º | 0.66% | 0.27% | - |
| XYZ | 2.97 | 4.73 | 2.86 | - |
| YUV | 52.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 41 | 0.66 | 0 | 0.41 | 0.73 | 142.17 | 0.49 | 0.18 |
| Hex | 18 | 46 | 29 | 42 | 0 | 29 | 49 | 8E | 31 | 12 |
| Octal | 30 | 106 | 51 | 102 | 0 | 51 | 111 | 216 | 61 | 22 |
| Binary | 11000 | 1000110 | 101001 | 1000010 | 0 | 101001 | 1001001 | 10001110 | 110001 | 10010 |
Color Harmonies of #184629
Complementary color
Monochromatic Colors of #184629
Black with #184629
Text Example
Text Example
White with #184629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184629; }
p { color: rgb(24,70,41); }
H1.HeaderClassName
{
color: #184629;
}
.AnyTagClassName
{
color: #184629;
}
</style>
background-color css
<style>
a { background-color: #184629; }
a { background-color: rgb(24,70,41); }
div.DivClassName
{
background-color: #184629;
}
.BgClassName
{
background-color: #184629;
}
</style>
border-color css
<style>
span { border-color: #184629; }
span { border-color: rgb(24,70,41); }
td.TdClassName
{
border-color: #184629;
}
.TagClassName
{
border-color: #184629;
}
</style>