Shades of Zuccini #114328
Tints of Zuccini #114328
RGB
CMYK
RGB Variations
Color information
#114328 (or 0x114328) is known color: Zuccini. HEX triplet: 11, 43 and 28. RGB value is (17,67,40). Sum of RGB (Red+Green+Blue) = 17+67+40=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #114328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114328 is #EEBCD7. Grayscale: #313131. Windows color (decimal): -15645912 or 2638609. OLE color: 2638609.
HSL color Cylindrical-coordinate representation of color #114328: hue angle of 147.6º 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 #114328 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 40 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.74 |
| HSL | 147.6º | 0.6% | 0.16% | - |
| HSV(B) | 147.6º | 0.75% | 0.26% | - |
| XYZ | 2.62 | 4.29 | 2.7 | - |
| YUV | 48.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 40 | 0.75 | 0 | 0.40 | 0.74 | 147.6 | 0.6 | 0.16 |
| Hex | 11 | 43 | 28 | 4B | 0 | 28 | 4A | 94 | 3C | 10 |
| Octal | 21 | 103 | 50 | 113 | 0 | 50 | 112 | 224 | 74 | 20 |
| Binary | 10001 | 1000011 | 101000 | 1001011 | 0 | 101000 | 1001010 | 10010100 | 111100 | 10000 |
Color Harmonies of #114328
Complementary color
Monochromatic Colors of #114328
Black with #114328
Text Example
Text Example
White with #114328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114328; }
p { color: rgb(17,67,40); }
H1.HeaderClassName
{
color: #114328;
}
.AnyTagClassName
{
color: #114328;
}
</style>
background-color css
<style>
a { background-color: #114328; }
a { background-color: rgb(17,67,40); }
div.DivClassName
{
background-color: #114328;
}
.BgClassName
{
background-color: #114328;
}
</style>
border-color css
<style>
span { border-color: #114328; }
span { border-color: rgb(17,67,40); }
td.TdClassName
{
border-color: #114328;
}
.TagClassName
{
border-color: #114328;
}
</style>