Shades of Zuccini #18412D
Tints of Zuccini #18412D
RGB
CMYK
RGB Variations
Color information
#18412D (or 0x18412D) is known color: Zuccini. HEX triplet: 18, 41 and 2D. RGB value is (24,65,45). Sum of RGB (Red+Green+Blue) = 24+65+45=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #18412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18412D is #E7BED2. Grayscale: #323232. Windows color (decimal): -15187667 or 2965784. OLE color: 2965784.
HSL color Cylindrical-coordinate representation of color #18412D: hue angle of 150.73º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18412D is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 65 | 45 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.75 |
| HSL | 150.73º | 0.46% | 0.17% | - |
| HSV(B) | 150.73º | 0.63% | 0.25% | - |
| XYZ | 2.74 | 4.16 | 3.14 | - |
| YUV | 50.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 45 | 0.63 | 0 | 0.31 | 0.75 | 150.73 | 0.46 | 0.17 |
| Hex | 18 | 41 | 2D | 3F | 0 | 1F | 4B | 97 | 2E | 11 |
| Octal | 30 | 101 | 55 | 77 | 0 | 37 | 113 | 227 | 56 | 21 |
| Binary | 11000 | 1000001 | 101101 | 111111 | 0 | 11111 | 1001011 | 10010111 | 101110 | 10001 |
Color Harmonies of #18412D
Complementary color
Monochromatic Colors of #18412D
Black with #18412D
Text Example
Text Example
White with #18412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18412D; }
p { color: rgb(24,65,45); }
H1.HeaderClassName
{
color: #18412D;
}
.AnyTagClassName
{
color: #18412D;
}
</style>
background-color css
<style>
a { background-color: #18412D; }
a { background-color: rgb(24,65,45); }
div.DivClassName
{
background-color: #18412D;
}
.BgClassName
{
background-color: #18412D;
}
</style>
border-color css
<style>
span { border-color: #18412D; }
span { border-color: rgb(24,65,45); }
td.TdClassName
{
border-color: #18412D;
}
.TagClassName
{
border-color: #18412D;
}
</style>