Shades of Zuccini #163F2B
Tints of Zuccini #163F2B
RGB
CMYK
RGB Variations
Color information
#163F2B (or 0x163F2B) is known color: Zuccini. HEX triplet: 16, 3F and 2B. RGB value is (22,63,43). Sum of RGB (Red+Green+Blue) = 22+63+43=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #163F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F2B is #E9C0D4. Grayscale: #303030. Windows color (decimal): -15319253 or 2834198. OLE color: 2834198.
HSL color Cylindrical-coordinate representation of color #163F2B: hue angle of 150.73º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F2B is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 43 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.75 |
| HSL | 150.73º | 0.48% | 0.17% | - |
| HSV(B) | 150.73º | 0.65% | 0.25% | - |
| XYZ | 2.54 | 3.9 | 2.9 | - |
| YUV | 48.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 43 | 0.65 | 0 | 0.32 | 0.75 | 150.73 | 0.48 | 0.17 |
| Hex | 16 | 3F | 2B | 41 | 0 | 20 | 4B | 97 | 30 | 11 |
| Octal | 26 | 77 | 53 | 101 | 0 | 40 | 113 | 227 | 60 | 21 |
| Binary | 10110 | 111111 | 101011 | 1000001 | 0 | 100000 | 1001011 | 10010111 | 110000 | 10001 |
Color Harmonies of #163F2B
Complementary color
Monochromatic Colors of #163F2B
Black with #163F2B
Text Example
Text Example
White with #163F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F2B; }
p { color: rgb(22,63,43); }
H1.HeaderClassName
{
color: #163F2B;
}
.AnyTagClassName
{
color: #163F2B;
}
</style>
background-color css
<style>
a { background-color: #163F2B; }
a { background-color: rgb(22,63,43); }
div.DivClassName
{
background-color: #163F2B;
}
.BgClassName
{
background-color: #163F2B;
}
</style>
border-color css
<style>
span { border-color: #163F2B; }
span { border-color: rgb(22,63,43); }
td.TdClassName
{
border-color: #163F2B;
}
.TagClassName
{
border-color: #163F2B;
}
</style>