Shades of Zuccini #0D482D
Tints of Zuccini #0D482D
RGB
CMYK
RGB Variations
Color information
#0D482D (or 0x0D482D) is known color: Zuccini. HEX triplet: 0D, 48 and 2D. RGB value is (13,72,45). Sum of RGB (Red+Green+Blue) = 13+72+45=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #0D482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D482D is #F2B7D2. Grayscale: #333333. Windows color (decimal): -15906771 or 2967565. OLE color: 2967565.
HSL color Cylindrical-coordinate representation of color #0D482D: hue angle of 152.54º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D482D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 45 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.72 |
| HSL | 152.54º | 0.69% | 0.17% | - |
| HSV(B) | 152.54º | 0.82% | 0.28% | - |
| XYZ | 2.96 | 4.91 | 3.27 | - |
| YUV | 51.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 45 | 0.82 | 0 | 0.38 | 0.72 | 152.54 | 0.69 | 0.17 |
| Hex | D | 48 | 2D | 52 | 0 | 26 | 48 | 99 | 45 | 11 |
| Octal | 15 | 110 | 55 | 122 | 0 | 46 | 110 | 231 | 105 | 21 |
| Binary | 1101 | 1001000 | 101101 | 1010010 | 0 | 100110 | 1001000 | 10011001 | 1000101 | 10001 |
Color Harmonies of #0D482D
Complementary color
Monochromatic Colors of #0D482D
Black with #0D482D
Text Example
Text Example
White with #0D482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D482D; }
p { color: rgb(13,72,45); }
H1.HeaderClassName
{
color: #0D482D;
}
.AnyTagClassName
{
color: #0D482D;
}
</style>
background-color css
<style>
a { background-color: #0D482D; }
a { background-color: rgb(13,72,45); }
div.DivClassName
{
background-color: #0D482D;
}
.BgClassName
{
background-color: #0D482D;
}
</style>
border-color css
<style>
span { border-color: #0D482D; }
span { border-color: rgb(13,72,45); }
td.TdClassName
{
border-color: #0D482D;
}
.TagClassName
{
border-color: #0D482D;
}
</style>