Shades of Zuccini #174930
Tints of Zuccini #174930
RGB
CMYK
RGB Variations
Color information
#174930 (or 0x174930) is known color: Zuccini. HEX triplet: 17, 49 and 30. RGB value is (23,73,48). Sum of RGB (Red+Green+Blue) = 23+73+48=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #174930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174930 is #E8B6CF. Grayscale: #373737. Windows color (decimal): -15251152 or 3164439. OLE color: 3164439.
HSL color Cylindrical-coordinate representation of color #174930: hue angle of 150º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174930 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 73 | 48 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.71 |
| HSL | 150º | 0.52% | 0.19% | - |
| HSV(B) | 150º | 0.68% | 0.29% | - |
| XYZ | 3.27 | 5.16 | 3.62 | - |
| YUV | 55.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 48 | 0.68 | 0 | 0.34 | 0.71 | 150 | 0.52 | 0.19 |
| Hex | 17 | 49 | 30 | 44 | 0 | 22 | 47 | 96 | 34 | 13 |
| Octal | 27 | 111 | 60 | 104 | 0 | 42 | 107 | 226 | 64 | 23 |
| Binary | 10111 | 1001001 | 110000 | 1000100 | 0 | 100010 | 1000111 | 10010110 | 110100 | 10011 |
Color Harmonies of #174930
Complementary color
Monochromatic Colors of #174930
Black with #174930
Text Example
Text Example
White with #174930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174930; }
p { color: rgb(23,73,48); }
H1.HeaderClassName
{
color: #174930;
}
.AnyTagClassName
{
color: #174930;
}
</style>
background-color css
<style>
a { background-color: #174930; }
a { background-color: rgb(23,73,48); }
div.DivClassName
{
background-color: #174930;
}
.BgClassName
{
background-color: #174930;
}
</style>
border-color css
<style>
span { border-color: #174930; }
span { border-color: rgb(23,73,48); }
td.TdClassName
{
border-color: #174930;
}
.TagClassName
{
border-color: #174930;
}
</style>