Shades of Zuccini #174B31
Tints of Zuccini #174B31
RGB
CMYK
RGB Variations
Color information
#174B31 (or 0x174B31) is known color: Zuccini. HEX triplet: 17, 4B and 31. RGB value is (23,75,49). Sum of RGB (Red+Green+Blue) = 23+75+49=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #174B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174B31 is #E8B4CE. Grayscale: #383838. Windows color (decimal): -15250639 or 3230487. OLE color: 3230487.
HSL color Cylindrical-coordinate representation of color #174B31: hue angle of 150º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174B31 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 75 | 49 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.71 |
| HSL | 150º | 0.53% | 0.19% | - |
| HSV(B) | 150º | 0.69% | 0.29% | - |
| XYZ | 3.42 | 5.44 | 3.77 | - |
| YUV | 56.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 49 | 0.69 | 0 | 0.35 | 0.71 | 150 | 0.53 | 0.19 |
| Hex | 17 | 4B | 31 | 45 | 0 | 23 | 47 | 96 | 35 | 13 |
| Octal | 27 | 113 | 61 | 105 | 0 | 43 | 107 | 226 | 65 | 23 |
| Binary | 10111 | 1001011 | 110001 | 1000101 | 0 | 100011 | 1000111 | 10010110 | 110101 | 10011 |
Color Harmonies of #174B31
Complementary color
Monochromatic Colors of #174B31
Black with #174B31
Text Example
Text Example
White with #174B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B31; }
p { color: rgb(23,75,49); }
H1.HeaderClassName
{
color: #174B31;
}
.AnyTagClassName
{
color: #174B31;
}
</style>
background-color css
<style>
a { background-color: #174B31; }
a { background-color: rgb(23,75,49); }
div.DivClassName
{
background-color: #174B31;
}
.BgClassName
{
background-color: #174B31;
}
</style>
border-color css
<style>
span { border-color: #174B31; }
span { border-color: rgb(23,75,49); }
td.TdClassName
{
border-color: #174B31;
}
.TagClassName
{
border-color: #174B31;
}
</style>