Shades of Zuccini #0D4525
Tints of Zuccini #0D4525
RGB
CMYK
RGB Variations
Color information
#0D4525 (or 0x0D4525) is known color: Zuccini. HEX triplet: 0D, 45 and 25. RGB value is (13,69,37). Sum of RGB (Red+Green+Blue) = 13+69+37=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #0D4525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4525 is #F2BADA. Grayscale: #303030. Windows color (decimal): -15907547 or 2442509. OLE color: 2442509.
HSL color Cylindrical-coordinate representation of color #0D4525: hue angle of 145.71º 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 #0D4525 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 69 | 37 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.73 |
| HSL | 145.71º | 0.68% | 0.16% | - |
| HSV(B) | 145.71º | 0.81% | 0.27% | - |
| XYZ | 2.63 | 4.48 | 2.48 | - |
| YUV | 48.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 37 | 0.81 | 0 | 0.46 | 0.73 | 145.71 | 0.68 | 0.16 |
| Hex | D | 45 | 25 | 51 | 0 | 2E | 49 | 92 | 44 | 10 |
| Octal | 15 | 105 | 45 | 121 | 0 | 56 | 111 | 222 | 104 | 20 |
| Binary | 1101 | 1000101 | 100101 | 1010001 | 0 | 101110 | 1001001 | 10010010 | 1000100 | 10000 |
Color Harmonies of #0D4525
Complementary color
Monochromatic Colors of #0D4525
Black with #0D4525
Text Example
Text Example
White with #0D4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4525; }
p { color: rgb(13,69,37); }
H1.HeaderClassName
{
color: #0D4525;
}
.AnyTagClassName
{
color: #0D4525;
}
</style>
background-color css
<style>
a { background-color: #0D4525; }
a { background-color: rgb(13,69,37); }
div.DivClassName
{
background-color: #0D4525;
}
.BgClassName
{
background-color: #0D4525;
}
</style>
border-color css
<style>
span { border-color: #0D4525; }
span { border-color: rgb(13,69,37); }
td.TdClassName
{
border-color: #0D4525;
}
.TagClassName
{
border-color: #0D4525;
}
</style>