Shades of Zuccini #1C4C31
Tints of Zuccini #1C4C31
RGB
CMYK
RGB Variations
Color information
#1C4C31 (or 0x1C4C31) is known color: Zuccini. HEX triplet: 1C, 4C and 31. RGB value is (28,76,49). Sum of RGB (Red+Green+Blue) = 28+76+49=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C31 is #E3B3CE. Grayscale: #3A3A3A. Windows color (decimal): -14922703 or 3230748. OLE color: 3230748.
HSL color Cylindrical-coordinate representation of color #1C4C31: hue angle of 146.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4C31 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 76 | 49 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.70 |
| HSL | 146.25º | 0.46% | 0.2% | - |
| HSV(B) | 146.25º | 0.63% | 0.3% | - |
| XYZ | 3.62 | 5.64 | 3.8 | - |
| YUV | 58.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 49 | 0.63 | 0 | 0.36 | 0.70 | 146.25 | 0.46 | 0.2 |
| Hex | 1C | 4C | 31 | 3F | 0 | 24 | 46 | 92 | 2E | 14 |
| Octal | 34 | 114 | 61 | 77 | 0 | 44 | 106 | 222 | 56 | 24 |
| Binary | 11100 | 1001100 | 110001 | 111111 | 0 | 100100 | 1000110 | 10010010 | 101110 | 10100 |
Color Harmonies of #1C4C31
Complementary color
Monochromatic Colors of #1C4C31
Black with #1C4C31
Text Example
Text Example
White with #1C4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C31; }
p { color: rgb(28,76,49); }
H1.HeaderClassName
{
color: #1C4C31;
}
.AnyTagClassName
{
color: #1C4C31;
}
</style>
background-color css
<style>
a { background-color: #1C4C31; }
a { background-color: rgb(28,76,49); }
div.DivClassName
{
background-color: #1C4C31;
}
.BgClassName
{
background-color: #1C4C31;
}
</style>
border-color css
<style>
span { border-color: #1C4C31; }
span { border-color: rgb(28,76,49); }
td.TdClassName
{
border-color: #1C4C31;
}
.TagClassName
{
border-color: #1C4C31;
}
</style>