Shades of Zuccini #0D4923
Tints of Zuccini #0D4923
RGB
CMYK
RGB Variations
Color information
#0D4923 (or 0x0D4923) is known color: Zuccini. HEX triplet: 0D, 49 and 23. RGB value is (13,73,35). Sum of RGB (Red+Green+Blue) = 13+73+35=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4923 is #F2B6DC. Grayscale: #323232. Windows color (decimal): -15906525 or 2312461. OLE color: 2312461.
HSL color Cylindrical-coordinate representation of color #0D4923: hue angle of 142º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4923 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 35 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.71 |
| HSL | 142º | 0.7% | 0.17% | - |
| HSV(B) | 142º | 0.82% | 0.29% | - |
| XYZ | 2.85 | 4.97 | 2.4 | - |
| YUV | 50.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 35 | 0.82 | 0 | 0.52 | 0.71 | 142 | 0.7 | 0.17 |
| Hex | D | 49 | 23 | 52 | 0 | 34 | 47 | 8E | 46 | 11 |
| Octal | 15 | 111 | 43 | 122 | 0 | 64 | 107 | 216 | 106 | 21 |
| Binary | 1101 | 1001001 | 100011 | 1010010 | 0 | 110100 | 1000111 | 10001110 | 1000110 | 10001 |
Color Harmonies of #0D4923
Complementary color
Monochromatic Colors of #0D4923
Black with #0D4923
Text Example
Text Example
White with #0D4923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4923; }
p { color: rgb(13,73,35); }
H1.HeaderClassName
{
color: #0D4923;
}
.AnyTagClassName
{
color: #0D4923;
}
</style>
background-color css
<style>
a { background-color: #0D4923; }
a { background-color: rgb(13,73,35); }
div.DivClassName
{
background-color: #0D4923;
}
.BgClassName
{
background-color: #0D4923;
}
</style>
border-color css
<style>
span { border-color: #0D4923; }
span { border-color: rgb(13,73,35); }
td.TdClassName
{
border-color: #0D4923;
}
.TagClassName
{
border-color: #0D4923;
}
</style>