Shades of Zuccini #0C4D2D
Tints of Zuccini #0C4D2D
RGB
CMYK
RGB Variations
Color information
#0C4D2D (or 0x0C4D2D) is known color: Zuccini. HEX triplet: 0C, 4D and 2D. RGB value is (12,77,45). Sum of RGB (Red+Green+Blue) = 12+77+45=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #0C4D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4D2D is #F3B2D2. Grayscale: #353535. Windows color (decimal): -15971027 or 2968844. OLE color: 2968844.
HSL color Cylindrical-coordinate representation of color #0C4D2D: hue angle of 150.46º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4D2D is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 77 | 45 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.70 |
| HSL | 150.46º | 0.73% | 0.17% | - |
| HSV(B) | 150.46º | 0.84% | 0.3% | - |
| XYZ | 3.28 | 5.58 | 3.39 | - |
| YUV | 53.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 45 | 0.84 | 0 | 0.42 | 0.70 | 150.46 | 0.73 | 0.17 |
| Hex | C | 4D | 2D | 54 | 0 | 2A | 46 | 96 | 49 | 11 |
| Octal | 14 | 115 | 55 | 124 | 0 | 52 | 106 | 226 | 111 | 21 |
| Binary | 1100 | 1001101 | 101101 | 1010100 | 0 | 101010 | 1000110 | 10010110 | 1001001 | 10001 |
Color Harmonies of #0C4D2D
Complementary color
Monochromatic Colors of #0C4D2D
Black with #0C4D2D
Text Example
Text Example
White with #0C4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4D2D; }
p { color: rgb(12,77,45); }
H1.HeaderClassName
{
color: #0C4D2D;
}
.AnyTagClassName
{
color: #0C4D2D;
}
</style>
background-color css
<style>
a { background-color: #0C4D2D; }
a { background-color: rgb(12,77,45); }
div.DivClassName
{
background-color: #0C4D2D;
}
.BgClassName
{
background-color: #0C4D2D;
}
</style>
border-color css
<style>
span { border-color: #0C4D2D; }
span { border-color: rgb(12,77,45); }
td.TdClassName
{
border-color: #0C4D2D;
}
.TagClassName
{
border-color: #0C4D2D;
}
</style>