Shades of Zuccini #0D5031
Tints of Zuccini #0D5031
RGB
CMYK
RGB Variations
Color information
#0D5031 (or 0x0D5031) is known color: Zuccini. HEX triplet: 0D, 50 and 31. RGB value is (13,80,49). Sum of RGB (Red+Green+Blue) = 13+80+49=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5031 is #F2AFCE. Grayscale: #383838. Windows color (decimal): -15904719 or 3231757. OLE color: 3231757.
HSL color Cylindrical-coordinate representation of color #0D5031: hue angle of 152.24º 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 #0D5031 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 49 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.69 |
| HSL | 152.24º | 0.72% | 0.18% | - |
| HSV(B) | 152.24º | 0.84% | 0.31% | - |
| XYZ | 3.59 | 6.04 | 3.88 | - |
| YUV | 56.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 49 | 0.84 | 0 | 0.39 | 0.69 | 152.24 | 0.72 | 0.18 |
| Hex | D | 50 | 31 | 54 | 0 | 27 | 45 | 98 | 48 | 12 |
| Octal | 15 | 120 | 61 | 124 | 0 | 47 | 105 | 230 | 110 | 22 |
| Binary | 1101 | 1010000 | 110001 | 1010100 | 0 | 100111 | 1000101 | 10011000 | 1001000 | 10010 |
Color Harmonies of #0D5031
Complementary color
Monochromatic Colors of #0D5031
Black with #0D5031
Text Example
Text Example
White with #0D5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5031; }
p { color: rgb(13,80,49); }
H1.HeaderClassName
{
color: #0D5031;
}
.AnyTagClassName
{
color: #0D5031;
}
</style>
background-color css
<style>
a { background-color: #0D5031; }
a { background-color: rgb(13,80,49); }
div.DivClassName
{
background-color: #0D5031;
}
.BgClassName
{
background-color: #0D5031;
}
</style>
border-color css
<style>
span { border-color: #0D5031; }
span { border-color: rgb(13,80,49); }
td.TdClassName
{
border-color: #0D5031;
}
.TagClassName
{
border-color: #0D5031;
}
</style>