Shades of Zuccini #0D4128
Tints of Zuccini #0D4128
RGB
CMYK
RGB Variations
Color information
#0D4128 (or 0x0D4128) is known color: Zuccini. HEX triplet: 0D, 41 and 28. RGB value is (13,65,40). Sum of RGB (Red+Green+Blue) = 13+65+40=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4128 is #F2BED7. Grayscale: #2E2E2E. Windows color (decimal): -15908568 or 2638093. OLE color: 2638093.
HSL color Cylindrical-coordinate representation of color #0D4128: hue angle of 151.15º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4128 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 40 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.75 |
| HSL | 151.15º | 0.67% | 0.15% | - |
| HSV(B) | 151.15º | 0.8% | 0.25% | - |
| XYZ | 2.44 | 4.02 | 2.65 | - |
| YUV | 46.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 40 | 0.80 | 0 | 0.38 | 0.75 | 151.15 | 0.67 | 0.15 |
| Hex | D | 41 | 28 | 50 | 0 | 26 | 4B | 97 | 43 | F |
| Octal | 15 | 101 | 50 | 120 | 0 | 46 | 113 | 227 | 103 | 17 |
| Binary | 1101 | 1000001 | 101000 | 1010000 | 0 | 100110 | 1001011 | 10010111 | 1000011 | 1111 |
Color Harmonies of #0D4128
Complementary color
Monochromatic Colors of #0D4128
Black with #0D4128
Text Example
Text Example
White with #0D4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4128; }
p { color: rgb(13,65,40); }
H1.HeaderClassName
{
color: #0D4128;
}
.AnyTagClassName
{
color: #0D4128;
}
</style>
background-color css
<style>
a { background-color: #0D4128; }
a { background-color: rgb(13,65,40); }
div.DivClassName
{
background-color: #0D4128;
}
.BgClassName
{
background-color: #0D4128;
}
</style>
border-color css
<style>
span { border-color: #0D4128; }
span { border-color: rgb(13,65,40); }
td.TdClassName
{
border-color: #0D4128;
}
.TagClassName
{
border-color: #0D4128;
}
</style>