Shades of Zuccini #0D492D
Tints of Zuccini #0D492D
RGB
CMYK
RGB Variations
Color information
#0D492D (or 0x0D492D) is known color: Zuccini. HEX triplet: 0D, 49 and 2D. RGB value is (13,73,45). Sum of RGB (Red+Green+Blue) = 13+73+45=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #0D492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D492D is #F2B6D2. Grayscale: #333333. Windows color (decimal): -15906515 or 2967821. OLE color: 2967821.
HSL color Cylindrical-coordinate representation of color #0D492D: hue angle of 152º 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 #0D492D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 45 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.71 |
| HSL | 152º | 0.7% | 0.17% | - |
| HSV(B) | 152º | 0.82% | 0.29% | - |
| XYZ | 3.02 | 5.04 | 3.3 | - |
| YUV | 51.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 45 | 0.82 | 0 | 0.38 | 0.71 | 152 | 0.7 | 0.17 |
| Hex | D | 49 | 2D | 52 | 0 | 26 | 47 | 98 | 46 | 11 |
| Octal | 15 | 111 | 55 | 122 | 0 | 46 | 107 | 230 | 106 | 21 |
| Binary | 1101 | 1001001 | 101101 | 1010010 | 0 | 100110 | 1000111 | 10011000 | 1000110 | 10001 |
Color Harmonies of #0D492D
Complementary color
Monochromatic Colors of #0D492D
Black with #0D492D
Text Example
Text Example
White with #0D492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D492D; }
p { color: rgb(13,73,45); }
H1.HeaderClassName
{
color: #0D492D;
}
.AnyTagClassName
{
color: #0D492D;
}
</style>
background-color css
<style>
a { background-color: #0D492D; }
a { background-color: rgb(13,73,45); }
div.DivClassName
{
background-color: #0D492D;
}
.BgClassName
{
background-color: #0D492D;
}
</style>
border-color css
<style>
span { border-color: #0D492D; }
span { border-color: rgb(13,73,45); }
td.TdClassName
{
border-color: #0D492D;
}
.TagClassName
{
border-color: #0D492D;
}
</style>