Shades of Zuccini #0C462A
Tints of Zuccini #0C462A
RGB
CMYK
RGB Variations
Color information
#0C462A (or 0x0C462A) is known color: Zuccini. HEX triplet: 0C, 46 and 2A. RGB value is (12,70,42). Sum of RGB (Red+Green+Blue) = 12+70+42=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #0C462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C462A is #F3B9D5. Grayscale: #313131. Windows color (decimal): -15972822 or 2770444. OLE color: 2770444.
HSL color Cylindrical-coordinate representation of color #0C462A: hue angle of 151.03º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C462A is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 70 | 42 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.73 |
| HSL | 151.03º | 0.71% | 0.16% | - |
| HSV(B) | 151.03º | 0.83% | 0.27% | - |
| XYZ | 2.76 | 4.63 | 2.94 | - |
| YUV | 49.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 42 | 0.83 | 0 | 0.40 | 0.73 | 151.03 | 0.71 | 0.16 |
| Hex | C | 46 | 2A | 53 | 0 | 28 | 49 | 97 | 47 | 10 |
| Octal | 14 | 106 | 52 | 123 | 0 | 50 | 111 | 227 | 107 | 20 |
| Binary | 1100 | 1000110 | 101010 | 1010011 | 0 | 101000 | 1001001 | 10010111 | 1000111 | 10000 |
Color Harmonies of #0C462A
Complementary color
Monochromatic Colors of #0C462A
Black with #0C462A
Text Example
Text Example
White with #0C462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C462A; }
p { color: rgb(12,70,42); }
H1.HeaderClassName
{
color: #0C462A;
}
.AnyTagClassName
{
color: #0C462A;
}
</style>
background-color css
<style>
a { background-color: #0C462A; }
a { background-color: rgb(12,70,42); }
div.DivClassName
{
background-color: #0C462A;
}
.BgClassName
{
background-color: #0C462A;
}
</style>
border-color css
<style>
span { border-color: #0C462A; }
span { border-color: rgb(12,70,42); }
td.TdClassName
{
border-color: #0C462A;
}
.TagClassName
{
border-color: #0C462A;
}
</style>