Shades of Zuccini #0D502D
Tints of Zuccini #0D502D
RGB
CMYK
RGB Variations
Color information
#0D502D (or 0x0D502D) is known color: Zuccini. HEX triplet: 0D, 50 and 2D. RGB value is (13,80,45). Sum of RGB (Red+Green+Blue) = 13+80+45=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #0D502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D502D is #F2AFD2. Grayscale: #383838. Windows color (decimal): -15904723 or 2969613. OLE color: 2969613.
HSL color Cylindrical-coordinate representation of color #0D502D: hue angle of 148.66º 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 #0D502D is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 45 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.69 |
| HSL | 148.66º | 0.72% | 0.18% | - |
| HSV(B) | 148.66º | 0.84% | 0.31% | - |
| XYZ | 3.51 | 6.01 | 3.46 | - |
| YUV | 55.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 45 | 0.84 | 0 | 0.44 | 0.69 | 148.66 | 0.72 | 0.18 |
| Hex | D | 50 | 2D | 54 | 0 | 2C | 45 | 95 | 48 | 12 |
| Octal | 15 | 120 | 55 | 124 | 0 | 54 | 105 | 225 | 110 | 22 |
| Binary | 1101 | 1010000 | 101101 | 1010100 | 0 | 101100 | 1000101 | 10010101 | 1001000 | 10010 |
Color Harmonies of #0D502D
Complementary color
Monochromatic Colors of #0D502D
Black with #0D502D
Text Example
Text Example
White with #0D502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D502D; }
p { color: rgb(13,80,45); }
H1.HeaderClassName
{
color: #0D502D;
}
.AnyTagClassName
{
color: #0D502D;
}
</style>
background-color css
<style>
a { background-color: #0D502D; }
a { background-color: rgb(13,80,45); }
div.DivClassName
{
background-color: #0D502D;
}
.BgClassName
{
background-color: #0D502D;
}
</style>
border-color css
<style>
span { border-color: #0D502D; }
span { border-color: rgb(13,80,45); }
td.TdClassName
{
border-color: #0D502D;
}
.TagClassName
{
border-color: #0D502D;
}
</style>