Shades of Zuccini #11432A
Tints of Zuccini #11432A
RGB
CMYK
RGB Variations
Color information
#11432A (or 0x11432A) is known color: Zuccini. HEX triplet: 11, 43 and 2A. RGB value is (17,67,42). Sum of RGB (Red+Green+Blue) = 17+67+42=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #11432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11432A is #EEBCD5. Grayscale: #313131. Windows color (decimal): -15645910 or 2769681. OLE color: 2769681.
HSL color Cylindrical-coordinate representation of color #11432A: hue angle of 150º 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 #11432A is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 42 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.74 |
| HSL | 150º | 0.6% | 0.16% | - |
| HSV(B) | 150º | 0.75% | 0.26% | - |
| XYZ | 2.66 | 4.3 | 2.88 | - |
| YUV | 49.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 42 | 0.75 | 0 | 0.37 | 0.74 | 150 | 0.6 | 0.16 |
| Hex | 11 | 43 | 2A | 4B | 0 | 25 | 4A | 96 | 3C | 10 |
| Octal | 21 | 103 | 52 | 113 | 0 | 45 | 112 | 226 | 74 | 20 |
| Binary | 10001 | 1000011 | 101010 | 1001011 | 0 | 100101 | 1001010 | 10010110 | 111100 | 10000 |
Color Harmonies of #11432A
Complementary color
Monochromatic Colors of #11432A
Black with #11432A
Text Example
Text Example
White with #11432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11432A; }
p { color: rgb(17,67,42); }
H1.HeaderClassName
{
color: #11432A;
}
.AnyTagClassName
{
color: #11432A;
}
</style>
background-color css
<style>
a { background-color: #11432A; }
a { background-color: rgb(17,67,42); }
div.DivClassName
{
background-color: #11432A;
}
.BgClassName
{
background-color: #11432A;
}
</style>
border-color css
<style>
span { border-color: #11432A; }
span { border-color: rgb(17,67,42); }
td.TdClassName
{
border-color: #11432A;
}
.TagClassName
{
border-color: #11432A;
}
</style>