Shades of Zuccini #0D4625
Tints of Zuccini #0D4625
RGB
CMYK
RGB Variations
Color information
#0D4625 (or 0x0D4625) is known color: Zuccini. HEX triplet: 0D, 46 and 25. RGB value is (13,70,37). Sum of RGB (Red+Green+Blue) = 13+70+37=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #0D4625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4625 is #F2B9DA. Grayscale: #313131. Windows color (decimal): -15907291 or 2442765. OLE color: 2442765.
HSL color Cylindrical-coordinate representation of color #0D4625: hue angle of 145.26º degrees, saturation: 0.69, 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 #0D4625 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 70 | 37 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.73 |
| HSL | 145.26º | 0.69% | 0.16% | - |
| HSV(B) | 145.26º | 0.81% | 0.27% | - |
| XYZ | 2.69 | 4.6 | 2.5 | - |
| YUV | 49.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 37 | 0.81 | 0 | 0.47 | 0.73 | 145.26 | 0.69 | 0.16 |
| Hex | D | 46 | 25 | 51 | 0 | 2F | 49 | 91 | 45 | 10 |
| Octal | 15 | 106 | 45 | 121 | 0 | 57 | 111 | 221 | 105 | 20 |
| Binary | 1101 | 1000110 | 100101 | 1010001 | 0 | 101111 | 1001001 | 10010001 | 1000101 | 10000 |
Color Harmonies of #0D4625
Complementary color
Monochromatic Colors of #0D4625
Black with #0D4625
Text Example
Text Example
White with #0D4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4625; }
p { color: rgb(13,70,37); }
H1.HeaderClassName
{
color: #0D4625;
}
.AnyTagClassName
{
color: #0D4625;
}
</style>
background-color css
<style>
a { background-color: #0D4625; }
a { background-color: rgb(13,70,37); }
div.DivClassName
{
background-color: #0D4625;
}
.BgClassName
{
background-color: #0D4625;
}
</style>
border-color css
<style>
span { border-color: #0D4625; }
span { border-color: rgb(13,70,37); }
td.TdClassName
{
border-color: #0D4625;
}
.TagClassName
{
border-color: #0D4625;
}
</style>