Shades of Zuccini #174B28
Tints of Zuccini #174B28
RGB
CMYK
RGB Variations
Color information
#174B28 (or 0x174B28) is known color: Zuccini. HEX triplet: 17, 4B and 28. RGB value is (23,75,40). Sum of RGB (Red+Green+Blue) = 23+75+40=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #174B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174B28 is #E8B4D7. Grayscale: #373737. Windows color (decimal): -15250648 or 2640663. OLE color: 2640663.
HSL color Cylindrical-coordinate representation of color #174B28: hue angle of 139.62º 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 #174B28 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 75 | 40 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.71 |
| HSL | 139.62º | 0.53% | 0.19% | - |
| HSV(B) | 139.62º | 0.69% | 0.29% | - |
| XYZ | 3.25 | 5.37 | 2.87 | - |
| YUV | 55.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 40 | 0.69 | 0 | 0.47 | 0.71 | 139.62 | 0.53 | 0.19 |
| Hex | 17 | 4B | 28 | 45 | 0 | 2F | 47 | 8C | 35 | 13 |
| Octal | 27 | 113 | 50 | 105 | 0 | 57 | 107 | 214 | 65 | 23 |
| Binary | 10111 | 1001011 | 101000 | 1000101 | 0 | 101111 | 1000111 | 10001100 | 110101 | 10011 |
Color Harmonies of #174B28
Complementary color
Monochromatic Colors of #174B28
Black with #174B28
Text Example
Text Example
White with #174B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B28; }
p { color: rgb(23,75,40); }
H1.HeaderClassName
{
color: #174B28;
}
.AnyTagClassName
{
color: #174B28;
}
</style>
background-color css
<style>
a { background-color: #174B28; }
a { background-color: rgb(23,75,40); }
div.DivClassName
{
background-color: #174B28;
}
.BgClassName
{
background-color: #174B28;
}
</style>
border-color css
<style>
span { border-color: #174B28; }
span { border-color: rgb(23,75,40); }
td.TdClassName
{
border-color: #174B28;
}
.TagClassName
{
border-color: #174B28;
}
</style>