Shades of Zuccini #163E29
Tints of Zuccini #163E29
RGB
CMYK
RGB Variations
Color information
#163E29 (or 0x163E29) is known color: Zuccini. HEX triplet: 16, 3E and 29. RGB value is (22,62,41). Sum of RGB (Red+Green+Blue) = 22+62+41=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #163E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E29 is #E9C1D6. Grayscale: #2F2F2F. Windows color (decimal): -15319511 or 2702870. OLE color: 2702870.
HSL color Cylindrical-coordinate representation of color #163E29: hue angle of 148.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163E29 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 62 | 41 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.76 |
| HSL | 148.5º | 0.48% | 0.16% | - |
| HSV(B) | 148.5º | 0.65% | 0.24% | - |
| XYZ | 2.45 | 3.78 | 2.7 | - |
| YUV | 47.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 41 | 0.65 | 0 | 0.34 | 0.76 | 148.5 | 0.48 | 0.16 |
| Hex | 16 | 3E | 29 | 41 | 0 | 22 | 4C | 94 | 30 | 10 |
| Octal | 26 | 76 | 51 | 101 | 0 | 42 | 114 | 224 | 60 | 20 |
| Binary | 10110 | 111110 | 101001 | 1000001 | 0 | 100010 | 1001100 | 10010100 | 110000 | 10000 |
Color Harmonies of #163E29
Complementary color
Monochromatic Colors of #163E29
Black with #163E29
Text Example
Text Example
White with #163E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E29; }
p { color: rgb(22,62,41); }
H1.HeaderClassName
{
color: #163E29;
}
.AnyTagClassName
{
color: #163E29;
}
</style>
background-color css
<style>
a { background-color: #163E29; }
a { background-color: rgb(22,62,41); }
div.DivClassName
{
background-color: #163E29;
}
.BgClassName
{
background-color: #163E29;
}
</style>
border-color css
<style>
span { border-color: #163E29; }
span { border-color: rgb(22,62,41); }
td.TdClassName
{
border-color: #163E29;
}
.TagClassName
{
border-color: #163E29;
}
</style>