Shades of Zuccini #0D4524
Tints of Zuccini #0D4524
RGB
CMYK
RGB Variations
Color information
#0D4524 (or 0x0D4524) is known color: Zuccini. HEX triplet: 0D, 45 and 24. RGB value is (13,69,36). Sum of RGB (Red+Green+Blue) = 13+69+36=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #0D4524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4524 is #F2BADB. Grayscale: #303030. Windows color (decimal): -15907548 or 2376973. OLE color: 2376973.
HSL color Cylindrical-coordinate representation of color #0D4524: hue angle of 144.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4524 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 69 | 36 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.73 |
| HSL | 144.64º | 0.68% | 0.16% | - |
| HSV(B) | 144.64º | 0.81% | 0.27% | - |
| XYZ | 2.61 | 4.47 | 2.39 | - |
| YUV | 48.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 36 | 0.81 | 0 | 0.48 | 0.73 | 144.64 | 0.68 | 0.16 |
| Hex | D | 45 | 24 | 51 | 0 | 30 | 49 | 91 | 44 | 10 |
| Octal | 15 | 105 | 44 | 121 | 0 | 60 | 111 | 221 | 104 | 20 |
| Binary | 1101 | 1000101 | 100100 | 1010001 | 0 | 110000 | 1001001 | 10010001 | 1000100 | 10000 |
Color Harmonies of #0D4524
Complementary color
Monochromatic Colors of #0D4524
Black with #0D4524
Text Example
Text Example
White with #0D4524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4524; }
p { color: rgb(13,69,36); }
H1.HeaderClassName
{
color: #0D4524;
}
.AnyTagClassName
{
color: #0D4524;
}
</style>
background-color css
<style>
a { background-color: #0D4524; }
a { background-color: rgb(13,69,36); }
div.DivClassName
{
background-color: #0D4524;
}
.BgClassName
{
background-color: #0D4524;
}
</style>
border-color css
<style>
span { border-color: #0D4524; }
span { border-color: rgb(13,69,36); }
td.TdClassName
{
border-color: #0D4524;
}
.TagClassName
{
border-color: #0D4524;
}
</style>