Shades of Zuccini #0D4A28
Tints of Zuccini #0D4A28
RGB
CMYK
RGB Variations
Color information
#0D4A28 (or 0x0D4A28) is known color: Zuccini. HEX triplet: 0D, 4A and 28. RGB value is (13,74,40). Sum of RGB (Red+Green+Blue) = 13+74+40=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #0D4A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4A28 is #F2B5D7. Grayscale: #333333. Windows color (decimal): -15906264 or 2640397. OLE color: 2640397.
HSL color Cylindrical-coordinate representation of color #0D4A28: hue angle of 146.56º 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 #0D4A28 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 74 | 40 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.71 |
| HSL | 146.56º | 0.7% | 0.17% | - |
| HSV(B) | 146.56º | 0.82% | 0.29% | - |
| XYZ | 3 | 5.14 | 2.84 | - |
| YUV | 51.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 40 | 0.82 | 0 | 0.46 | 0.71 | 146.56 | 0.7 | 0.17 |
| Hex | D | 4A | 28 | 52 | 0 | 2E | 47 | 93 | 46 | 11 |
| Octal | 15 | 112 | 50 | 122 | 0 | 56 | 107 | 223 | 106 | 21 |
| Binary | 1101 | 1001010 | 101000 | 1010010 | 0 | 101110 | 1000111 | 10010011 | 1000110 | 10001 |
Color Harmonies of #0D4A28
Complementary color
Monochromatic Colors of #0D4A28
Black with #0D4A28
Text Example
Text Example
White with #0D4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4A28; }
p { color: rgb(13,74,40); }
H1.HeaderClassName
{
color: #0D4A28;
}
.AnyTagClassName
{
color: #0D4A28;
}
</style>
background-color css
<style>
a { background-color: #0D4A28; }
a { background-color: rgb(13,74,40); }
div.DivClassName
{
background-color: #0D4A28;
}
.BgClassName
{
background-color: #0D4A28;
}
</style>
border-color css
<style>
span { border-color: #0D4A28; }
span { border-color: rgb(13,74,40); }
td.TdClassName
{
border-color: #0D4A28;
}
.TagClassName
{
border-color: #0D4A28;
}
</style>