Shades of Zuccini #0D4328
Tints of Zuccini #0D4328
RGB
CMYK
RGB Variations
Color information
#0D4328 (or 0x0D4328) is known color: Zuccini. HEX triplet: 0D, 43 and 28. RGB value is (13,67,40). Sum of RGB (Red+Green+Blue) = 13+67+40=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4328 is #F2BCD7. Grayscale: #2F2F2F. Windows color (decimal): -15908056 or 2638605. OLE color: 2638605.
HSL color Cylindrical-coordinate representation of color #0D4328: hue angle of 150º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4328 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 40 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.74 |
| HSL | 150º | 0.68% | 0.16% | - |
| HSV(B) | 150º | 0.81% | 0.26% | - |
| XYZ | 2.56 | 4.25 | 2.69 | - |
| YUV | 47.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 40 | 0.81 | 0 | 0.40 | 0.74 | 150 | 0.68 | 0.16 |
| Hex | D | 43 | 28 | 51 | 0 | 28 | 4A | 96 | 44 | 10 |
| Octal | 15 | 103 | 50 | 121 | 0 | 50 | 112 | 226 | 104 | 20 |
| Binary | 1101 | 1000011 | 101000 | 1010001 | 0 | 101000 | 1001010 | 10010110 | 1000100 | 10000 |
Color Harmonies of #0D4328
Complementary color
Monochromatic Colors of #0D4328
Black with #0D4328
Text Example
Text Example
White with #0D4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4328; }
p { color: rgb(13,67,40); }
H1.HeaderClassName
{
color: #0D4328;
}
.AnyTagClassName
{
color: #0D4328;
}
</style>
background-color css
<style>
a { background-color: #0D4328; }
a { background-color: rgb(13,67,40); }
div.DivClassName
{
background-color: #0D4328;
}
.BgClassName
{
background-color: #0D4328;
}
</style>
border-color css
<style>
span { border-color: #0D4328; }
span { border-color: rgb(13,67,40); }
td.TdClassName
{
border-color: #0D4328;
}
.TagClassName
{
border-color: #0D4328;
}
</style>