Shades of Zuccini #0D4B23
Tints of Zuccini #0D4B23
RGB
CMYK
RGB Variations
Color information
#0D4B23 (or 0x0D4B23) is known color: Zuccini. HEX triplet: 0D, 4B and 23. RGB value is (13,75,35). Sum of RGB (Red+Green+Blue) = 13+75+35=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B23 is #F2B4DC. Grayscale: #343434. Windows color (decimal): -15906013 or 2312973. OLE color: 2312973.
HSL color Cylindrical-coordinate representation of color #0D4B23: hue angle of 141.29º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4B23 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 75 | 35 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.71 |
| HSL | 141.29º | 0.7% | 0.17% | - |
| HSV(B) | 141.29º | 0.83% | 0.29% | - |
| XYZ | 2.99 | 5.24 | 2.44 | - |
| YUV | 51.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 35 | 0.83 | 0 | 0.53 | 0.71 | 141.29 | 0.7 | 0.17 |
| Hex | D | 4B | 23 | 53 | 0 | 35 | 47 | 8D | 46 | 11 |
| Octal | 15 | 113 | 43 | 123 | 0 | 65 | 107 | 215 | 106 | 21 |
| Binary | 1101 | 1001011 | 100011 | 1010011 | 0 | 110101 | 1000111 | 10001101 | 1000110 | 10001 |
Color Harmonies of #0D4B23
Complementary color
Monochromatic Colors of #0D4B23
Black with #0D4B23
Text Example
Text Example
White with #0D4B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B23; }
p { color: rgb(13,75,35); }
H1.HeaderClassName
{
color: #0D4B23;
}
.AnyTagClassName
{
color: #0D4B23;
}
</style>
background-color css
<style>
a { background-color: #0D4B23; }
a { background-color: rgb(13,75,35); }
div.DivClassName
{
background-color: #0D4B23;
}
.BgClassName
{
background-color: #0D4B23;
}
</style>
border-color css
<style>
span { border-color: #0D4B23; }
span { border-color: rgb(13,75,35); }
td.TdClassName
{
border-color: #0D4B23;
}
.TagClassName
{
border-color: #0D4B23;
}
</style>