Shades of Zuccini #0C4327
Tints of Zuccini #0C4327
RGB
CMYK
RGB Variations
Color information
#0C4327 (or 0x0C4327) is known color: Zuccini. HEX triplet: 0C, 43 and 27. RGB value is (12,67,39). Sum of RGB (Red+Green+Blue) = 12+67+39=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4327 is #F3BCD8. Grayscale: #2F2F2F. Windows color (decimal): -15973593 or 2573068. OLE color: 2573068.
HSL color Cylindrical-coordinate representation of color #0C4327: hue angle of 149.45º 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 #0C4327 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 39 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.74 |
| HSL | 149.45º | 0.7% | 0.15% | - |
| HSV(B) | 149.45º | 0.82% | 0.26% | - |
| XYZ | 2.52 | 4.24 | 2.6 | - |
| YUV | 47.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 39 | 0.82 | 0 | 0.42 | 0.74 | 149.45 | 0.7 | 0.15 |
| Hex | C | 43 | 27 | 52 | 0 | 2A | 4A | 95 | 46 | F |
| Octal | 14 | 103 | 47 | 122 | 0 | 52 | 112 | 225 | 106 | 17 |
| Binary | 1100 | 1000011 | 100111 | 1010010 | 0 | 101010 | 1001010 | 10010101 | 1000110 | 1111 |
Color Harmonies of #0C4327
Complementary color
Monochromatic Colors of #0C4327
Black with #0C4327
Text Example
Text Example
White with #0C4327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4327; }
p { color: rgb(12,67,39); }
H1.HeaderClassName
{
color: #0C4327;
}
.AnyTagClassName
{
color: #0C4327;
}
</style>
background-color css
<style>
a { background-color: #0C4327; }
a { background-color: rgb(12,67,39); }
div.DivClassName
{
background-color: #0C4327;
}
.BgClassName
{
background-color: #0C4327;
}
</style>
border-color css
<style>
span { border-color: #0C4327; }
span { border-color: rgb(12,67,39); }
td.TdClassName
{
border-color: #0C4327;
}
.TagClassName
{
border-color: #0C4327;
}
</style>