Shades of Zuccini #0D502C
Tints of Zuccini #0D502C
RGB
CMYK
RGB Variations
Color information
#0D502C (or 0x0D502C) is known color: Zuccini. HEX triplet: 0D, 50 and 2C. RGB value is (13,80,44). Sum of RGB (Red+Green+Blue) = 13+80+44=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #0D502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D502C is #F2AFD3. Grayscale: #373737. Windows color (decimal): -15904724 or 2904077. OLE color: 2904077.
HSL color Cylindrical-coordinate representation of color #0D502C: hue angle of 147.76º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D502C is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 44 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.69 |
| HSL | 147.76º | 0.72% | 0.18% | - |
| HSV(B) | 147.76º | 0.84% | 0.31% | - |
| XYZ | 3.49 | 6 | 3.36 | - |
| YUV | 55.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 44 | 0.84 | 0 | 0.45 | 0.69 | 147.76 | 0.72 | 0.18 |
| Hex | D | 50 | 2C | 54 | 0 | 2D | 45 | 94 | 48 | 12 |
| Octal | 15 | 120 | 54 | 124 | 0 | 55 | 105 | 224 | 110 | 22 |
| Binary | 1101 | 1010000 | 101100 | 1010100 | 0 | 101101 | 1000101 | 10010100 | 1001000 | 10010 |
Color Harmonies of #0D502C
Complementary color
Monochromatic Colors of #0D502C
Black with #0D502C
Text Example
Text Example
White with #0D502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D502C; }
p { color: rgb(13,80,44); }
H1.HeaderClassName
{
color: #0D502C;
}
.AnyTagClassName
{
color: #0D502C;
}
</style>
background-color css
<style>
a { background-color: #0D502C; }
a { background-color: rgb(13,80,44); }
div.DivClassName
{
background-color: #0D502C;
}
.BgClassName
{
background-color: #0D502C;
}
</style>
border-color css
<style>
span { border-color: #0D502C; }
span { border-color: rgb(13,80,44); }
td.TdClassName
{
border-color: #0D502C;
}
.TagClassName
{
border-color: #0D502C;
}
</style>