Shades of Zuccini #184D31
Tints of Zuccini #184D31
RGB
CMYK
RGB Variations
Color information
#184D31 (or 0x184D31) is known color: Zuccini. HEX triplet: 18, 4D and 31. RGB value is (24,77,49). Sum of RGB (Red+Green+Blue) = 24+77+49=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #184D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184D31 is #E7B2CE. Grayscale: #3A3A3A. Windows color (decimal): -15184591 or 3231000. OLE color: 3231000.
HSL color Cylindrical-coordinate representation of color #184D31: hue angle of 148.3º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184D31 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 77 | 49 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.70 |
| HSL | 148.3º | 0.52% | 0.2% | - |
| HSV(B) | 148.3º | 0.69% | 0.3% | - |
| XYZ | 3.58 | 5.72 | 3.82 | - |
| YUV | 57.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 49 | 0.69 | 0 | 0.36 | 0.70 | 148.3 | 0.52 | 0.2 |
| Hex | 18 | 4D | 31 | 45 | 0 | 24 | 46 | 94 | 34 | 14 |
| Octal | 30 | 115 | 61 | 105 | 0 | 44 | 106 | 224 | 64 | 24 |
| Binary | 11000 | 1001101 | 110001 | 1000101 | 0 | 100100 | 1000110 | 10010100 | 110100 | 10100 |
Color Harmonies of #184D31
Complementary color
Monochromatic Colors of #184D31
Black with #184D31
Text Example
Text Example
White with #184D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D31; }
p { color: rgb(24,77,49); }
H1.HeaderClassName
{
color: #184D31;
}
.AnyTagClassName
{
color: #184D31;
}
</style>
background-color css
<style>
a { background-color: #184D31; }
a { background-color: rgb(24,77,49); }
div.DivClassName
{
background-color: #184D31;
}
.BgClassName
{
background-color: #184D31;
}
</style>
border-color css
<style>
span { border-color: #184D31; }
span { border-color: rgb(24,77,49); }
td.TdClassName
{
border-color: #184D31;
}
.TagClassName
{
border-color: #184D31;
}
</style>