Shades of Zuccini #174C28
Tints of Zuccini #174C28
RGB
CMYK
RGB Variations
Color information
#174C28 (or 0x174C28) is known color: Zuccini. HEX triplet: 17, 4C and 28. RGB value is (23,76,40). Sum of RGB (Red+Green+Blue) = 23+76+40=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #174C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C28 is #E8B3D7. Grayscale: #383838. Windows color (decimal): -15250392 or 2640919. OLE color: 2640919.
HSL color Cylindrical-coordinate representation of color #174C28: hue angle of 139.25º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C28 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 40 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.70 |
| HSL | 139.25º | 0.54% | 0.19% | - |
| HSV(B) | 139.25º | 0.7% | 0.3% | - |
| XYZ | 3.32 | 5.5 | 2.89 | - |
| YUV | 56.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 40 | 0.70 | 0 | 0.47 | 0.70 | 139.25 | 0.54 | 0.19 |
| Hex | 17 | 4C | 28 | 46 | 0 | 2F | 46 | 8B | 36 | 13 |
| Octal | 27 | 114 | 50 | 106 | 0 | 57 | 106 | 213 | 66 | 23 |
| Binary | 10111 | 1001100 | 101000 | 1000110 | 0 | 101111 | 1000110 | 10001011 | 110110 | 10011 |
Color Harmonies of #174C28
Complementary color
Monochromatic Colors of #174C28
Black with #174C28
Text Example
Text Example
White with #174C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C28; }
p { color: rgb(23,76,40); }
H1.HeaderClassName
{
color: #174C28;
}
.AnyTagClassName
{
color: #174C28;
}
</style>
background-color css
<style>
a { background-color: #174C28; }
a { background-color: rgb(23,76,40); }
div.DivClassName
{
background-color: #174C28;
}
.BgClassName
{
background-color: #174C28;
}
</style>
border-color css
<style>
span { border-color: #174C28; }
span { border-color: rgb(23,76,40); }
td.TdClassName
{
border-color: #174C28;
}
.TagClassName
{
border-color: #174C28;
}
</style>