Shades of Zuccini #0D4931
Tints of Zuccini #0D4931
RGB
CMYK
RGB Variations
Color information
#0D4931 (or 0x0D4931) is known color: Zuccini. HEX triplet: 0D, 49 and 31. RGB value is (13,73,49). Sum of RGB (Red+Green+Blue) = 13+73+49=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4931 is #F2B6CE. Grayscale: #343434. Windows color (decimal): -15906511 or 3229965. OLE color: 3229965.
HSL color Cylindrical-coordinate representation of color #0D4931: hue angle of 156º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4931 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 49 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.71 |
| HSL | 156º | 0.7% | 0.17% | - |
| HSV(B) | 156º | 0.82% | 0.29% | - |
| XYZ | 3.1 | 5.07 | 3.72 | - |
| YUV | 52.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 49 | 0.82 | 0 | 0.33 | 0.71 | 156 | 0.7 | 0.17 |
| Hex | D | 49 | 31 | 52 | 0 | 21 | 47 | 9C | 46 | 11 |
| Octal | 15 | 111 | 61 | 122 | 0 | 41 | 107 | 234 | 106 | 21 |
| Binary | 1101 | 1001001 | 110001 | 1010010 | 0 | 100001 | 1000111 | 10011100 | 1000110 | 10001 |
Color Harmonies of #0D4931
Complementary color
Monochromatic Colors of #0D4931
Black with #0D4931
Text Example
Text Example
White with #0D4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4931; }
p { color: rgb(13,73,49); }
H1.HeaderClassName
{
color: #0D4931;
}
.AnyTagClassName
{
color: #0D4931;
}
</style>
background-color css
<style>
a { background-color: #0D4931; }
a { background-color: rgb(13,73,49); }
div.DivClassName
{
background-color: #0D4931;
}
.BgClassName
{
background-color: #0D4931;
}
</style>
border-color css
<style>
span { border-color: #0D4931; }
span { border-color: rgb(13,73,49); }
td.TdClassName
{
border-color: #0D4931;
}
.TagClassName
{
border-color: #0D4931;
}
</style>