Shades of Zuccini #0D4227
Tints of Zuccini #0D4227
RGB
CMYK
RGB Variations
Color information
#0D4227 (or 0x0D4227) is known color: Zuccini. HEX triplet: 0D, 42 and 27. RGB value is (13,66,39). Sum of RGB (Red+Green+Blue) = 13+66+39=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #0D4227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4227 is #F2BDD8. Grayscale: #2F2F2F. Windows color (decimal): -15908313 or 2572813. OLE color: 2572813.
HSL color Cylindrical-coordinate representation of color #0D4227: hue angle of 149.43º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4227 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 39 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.74 |
| HSL | 149.43º | 0.67% | 0.15% | - |
| HSV(B) | 149.43º | 0.8% | 0.26% | - |
| XYZ | 2.48 | 4.13 | 2.59 | - |
| YUV | 47.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 39 | 0.80 | 0 | 0.41 | 0.74 | 149.43 | 0.67 | 0.15 |
| Hex | D | 42 | 27 | 50 | 0 | 29 | 4A | 95 | 43 | F |
| Octal | 15 | 102 | 47 | 120 | 0 | 51 | 112 | 225 | 103 | 17 |
| Binary | 1101 | 1000010 | 100111 | 1010000 | 0 | 101001 | 1001010 | 10010101 | 1000011 | 1111 |
Color Harmonies of #0D4227
Complementary color
Monochromatic Colors of #0D4227
Black with #0D4227
Text Example
Text Example
White with #0D4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4227; }
p { color: rgb(13,66,39); }
H1.HeaderClassName
{
color: #0D4227;
}
.AnyTagClassName
{
color: #0D4227;
}
</style>
background-color css
<style>
a { background-color: #0D4227; }
a { background-color: rgb(13,66,39); }
div.DivClassName
{
background-color: #0D4227;
}
.BgClassName
{
background-color: #0D4227;
}
</style>
border-color css
<style>
span { border-color: #0D4227; }
span { border-color: rgb(13,66,39); }
td.TdClassName
{
border-color: #0D4227;
}
.TagClassName
{
border-color: #0D4227;
}
</style>