Shades of Zuccini #114327
Tints of Zuccini #114327
RGB
CMYK
RGB Variations
Color information
#114327 (or 0x114327) is known color: Zuccini. HEX triplet: 11, 43 and 27. RGB value is (17,67,39). Sum of RGB (Red+Green+Blue) = 17+67+39=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #114327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114327 is #EEBCD8. Grayscale: #303030. Windows color (decimal): -15645913 or 2573073. OLE color: 2573073.
HSL color Cylindrical-coordinate representation of color #114327: hue angle of 146.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114327 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 39 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.74 |
| HSL | 146.4º | 0.6% | 0.16% | - |
| HSV(B) | 146.4º | 0.75% | 0.26% | - |
| XYZ | 2.6 | 4.28 | 2.61 | - |
| YUV | 48.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 39 | 0.75 | 0 | 0.42 | 0.74 | 146.4 | 0.6 | 0.16 |
| Hex | 11 | 43 | 27 | 4B | 0 | 2A | 4A | 92 | 3C | 10 |
| Octal | 21 | 103 | 47 | 113 | 0 | 52 | 112 | 222 | 74 | 20 |
| Binary | 10001 | 1000011 | 100111 | 1001011 | 0 | 101010 | 1001010 | 10010010 | 111100 | 10000 |
Color Harmonies of #114327
Complementary color
Monochromatic Colors of #114327
Black with #114327
Text Example
Text Example
White with #114327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114327; }
p { color: rgb(17,67,39); }
H1.HeaderClassName
{
color: #114327;
}
.AnyTagClassName
{
color: #114327;
}
</style>
background-color css
<style>
a { background-color: #114327; }
a { background-color: rgb(17,67,39); }
div.DivClassName
{
background-color: #114327;
}
.BgClassName
{
background-color: #114327;
}
</style>
border-color css
<style>
span { border-color: #114327; }
span { border-color: rgb(17,67,39); }
td.TdClassName
{
border-color: #114327;
}
.TagClassName
{
border-color: #114327;
}
</style>