Shades of Zuccini #17452E
Tints of Zuccini #17452E
RGB
CMYK
RGB Variations
Color information
#17452E (or 0x17452E) is known color: Zuccini. HEX triplet: 17, 45 and 2E. RGB value is (23,69,46). Sum of RGB (Red+Green+Blue) = 23+69+46=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #17452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17452E is #E8BAD1. Grayscale: #343434. Windows color (decimal): -15252178 or 3032343. OLE color: 3032343.
HSL color Cylindrical-coordinate representation of color #17452E: hue angle of 150º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17452E is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 46 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.73 |
| HSL | 150º | 0.5% | 0.18% | - |
| HSV(B) | 150º | 0.67% | 0.27% | - |
| XYZ | 2.97 | 4.64 | 3.32 | - |
| YUV | 52.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 46 | 0.67 | 0 | 0.33 | 0.73 | 150 | 0.5 | 0.18 |
| Hex | 17 | 45 | 2E | 43 | 0 | 21 | 49 | 96 | 32 | 12 |
| Octal | 27 | 105 | 56 | 103 | 0 | 41 | 111 | 226 | 62 | 22 |
| Binary | 10111 | 1000101 | 101110 | 1000011 | 0 | 100001 | 1001001 | 10010110 | 110010 | 10010 |
Color Harmonies of #17452E
Complementary color
Monochromatic Colors of #17452E
Black with #17452E
Text Example
Text Example
White with #17452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17452E; }
p { color: rgb(23,69,46); }
H1.HeaderClassName
{
color: #17452E;
}
.AnyTagClassName
{
color: #17452E;
}
</style>
background-color css
<style>
a { background-color: #17452E; }
a { background-color: rgb(23,69,46); }
div.DivClassName
{
background-color: #17452E;
}
.BgClassName
{
background-color: #17452E;
}
</style>
border-color css
<style>
span { border-color: #17452E; }
span { border-color: rgb(23,69,46); }
td.TdClassName
{
border-color: #17452E;
}
.TagClassName
{
border-color: #17452E;
}
</style>