Shades of Zuccini #0D512D
Tints of Zuccini #0D512D
RGB
CMYK
RGB Variations
Color information
#0D512D (or 0x0D512D) is known color: Zuccini. HEX triplet: 0D, 51 and 2D. RGB value is (13,81,45). Sum of RGB (Red+Green+Blue) = 13+81+45=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #0D512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D512D is #F2AED2. Grayscale: #383838. Windows color (decimal): -15904467 or 2969869. OLE color: 2969869.
HSL color Cylindrical-coordinate representation of color #0D512D: hue angle of 148.24º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D512D is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 45 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.68 |
| HSL | 148.24º | 0.72% | 0.18% | - |
| HSV(B) | 148.24º | 0.84% | 0.32% | - |
| XYZ | 3.58 | 6.16 | 3.48 | - |
| YUV | 56.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 45 | 0.84 | 0 | 0.44 | 0.68 | 148.24 | 0.72 | 0.18 |
| Hex | D | 51 | 2D | 54 | 0 | 2C | 44 | 94 | 48 | 12 |
| Octal | 15 | 121 | 55 | 124 | 0 | 54 | 104 | 224 | 110 | 22 |
| Binary | 1101 | 1010001 | 101101 | 1010100 | 0 | 101100 | 1000100 | 10010100 | 1001000 | 10010 |
Color Harmonies of #0D512D
Complementary color
Monochromatic Colors of #0D512D
Black with #0D512D
Text Example
Text Example
White with #0D512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D512D; }
p { color: rgb(13,81,45); }
H1.HeaderClassName
{
color: #0D512D;
}
.AnyTagClassName
{
color: #0D512D;
}
</style>
background-color css
<style>
a { background-color: #0D512D; }
a { background-color: rgb(13,81,45); }
div.DivClassName
{
background-color: #0D512D;
}
.BgClassName
{
background-color: #0D512D;
}
</style>
border-color css
<style>
span { border-color: #0D512D; }
span { border-color: rgb(13,81,45); }
td.TdClassName
{
border-color: #0D512D;
}
.TagClassName
{
border-color: #0D512D;
}
</style>