Shades of Zuccini #0C432E
Tints of Zuccini #0C432E
RGB
CMYK
RGB Variations
Color information
#0C432E (or 0x0C432E) is known color: Zuccini. HEX triplet: 0C, 43 and 2E. RGB value is (12,67,46). Sum of RGB (Red+Green+Blue) = 12+67+46=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #0C432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C432E is #F3BCD1. Grayscale: #303030. Windows color (decimal): -15973586 or 3031820. OLE color: 3031820.
HSL color Cylindrical-coordinate representation of color #0C432E: hue angle of 157.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C432E is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 46 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.74 |
| HSL | 157.09º | 0.7% | 0.15% | - |
| HSV(B) | 157.09º | 0.82% | 0.26% | - |
| XYZ | 2.65 | 4.29 | 3.27 | - |
| YUV | 48.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 46 | 0.82 | 0 | 0.31 | 0.74 | 157.09 | 0.7 | 0.15 |
| Hex | C | 43 | 2E | 52 | 0 | 1F | 4A | 9D | 46 | F |
| Octal | 14 | 103 | 56 | 122 | 0 | 37 | 112 | 235 | 106 | 17 |
| Binary | 1100 | 1000011 | 101110 | 1010010 | 0 | 11111 | 1001010 | 10011101 | 1000110 | 1111 |
Color Harmonies of #0C432E
Complementary color
Monochromatic Colors of #0C432E
Black with #0C432E
Text Example
Text Example
White with #0C432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C432E; }
p { color: rgb(12,67,46); }
H1.HeaderClassName
{
color: #0C432E;
}
.AnyTagClassName
{
color: #0C432E;
}
</style>
background-color css
<style>
a { background-color: #0C432E; }
a { background-color: rgb(12,67,46); }
div.DivClassName
{
background-color: #0C432E;
}
.BgClassName
{
background-color: #0C432E;
}
</style>
border-color css
<style>
span { border-color: #0C432E; }
span { border-color: rgb(12,67,46); }
td.TdClassName
{
border-color: #0C432E;
}
.TagClassName
{
border-color: #0C432E;
}
</style>