Shades of Zuccini #18472E
Tints of Zuccini #18472E
RGB
CMYK
RGB Variations
Color information
#18472E (or 0x18472E) is known color: Zuccini. HEX triplet: 18, 47 and 2E. RGB value is (24,71,46). Sum of RGB (Red+Green+Blue) = 24+71+46=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #18472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18472E is #E7B8D1. Grayscale: #363636. Windows color (decimal): -15186130 or 3032856. OLE color: 3032856.
HSL color Cylindrical-coordinate representation of color #18472E: hue angle of 148.09º 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 #18472E is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 46 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.72 |
| HSL | 148.09º | 0.49% | 0.19% | - |
| HSV(B) | 148.09º | 0.66% | 0.28% | - |
| XYZ | 3.12 | 4.9 | 3.37 | - |
| YUV | 54.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 46 | 0.66 | 0 | 0.35 | 0.72 | 148.09 | 0.49 | 0.19 |
| Hex | 18 | 47 | 2E | 42 | 0 | 23 | 48 | 94 | 31 | 13 |
| Octal | 30 | 107 | 56 | 102 | 0 | 43 | 110 | 224 | 61 | 23 |
| Binary | 11000 | 1000111 | 101110 | 1000010 | 0 | 100011 | 1001000 | 10010100 | 110001 | 10011 |
Color Harmonies of #18472E
Complementary color
Monochromatic Colors of #18472E
Black with #18472E
Text Example
Text Example
White with #18472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18472E; }
p { color: rgb(24,71,46); }
H1.HeaderClassName
{
color: #18472E;
}
.AnyTagClassName
{
color: #18472E;
}
</style>
background-color css
<style>
a { background-color: #18472E; }
a { background-color: rgb(24,71,46); }
div.DivClassName
{
background-color: #18472E;
}
.BgClassName
{
background-color: #18472E;
}
</style>
border-color css
<style>
span { border-color: #18472E; }
span { border-color: rgb(24,71,46); }
td.TdClassName
{
border-color: #18472E;
}
.TagClassName
{
border-color: #18472E;
}
</style>