Shades of Zuccini #0D4A27
Tints of Zuccini #0D4A27
RGB
CMYK
RGB Variations
Color information
#0D4A27 (or 0x0D4A27) is known color: Zuccini. HEX triplet: 0D, 4A and 27. RGB value is (13,74,39). Sum of RGB (Red+Green+Blue) = 13+74+39=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #0D4A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4A27 is #F2B5D8. Grayscale: #333333. Windows color (decimal): -15906265 or 2574861. OLE color: 2574861.
HSL color Cylindrical-coordinate representation of color #0D4A27: hue angle of 145.57º 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 #0D4A27 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 74 | 39 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.71 |
| HSL | 145.57º | 0.7% | 0.17% | - |
| HSV(B) | 145.57º | 0.82% | 0.29% | - |
| XYZ | 2.98 | 5.13 | 2.75 | - |
| YUV | 51.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 39 | 0.82 | 0 | 0.47 | 0.71 | 145.57 | 0.7 | 0.17 |
| Hex | D | 4A | 27 | 52 | 0 | 2F | 47 | 92 | 46 | 11 |
| Octal | 15 | 112 | 47 | 122 | 0 | 57 | 107 | 222 | 106 | 21 |
| Binary | 1101 | 1001010 | 100111 | 1010010 | 0 | 101111 | 1000111 | 10010010 | 1000110 | 10001 |
Color Harmonies of #0D4A27
Complementary color
Monochromatic Colors of #0D4A27
Black with #0D4A27
Text Example
Text Example
White with #0D4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4A27; }
p { color: rgb(13,74,39); }
H1.HeaderClassName
{
color: #0D4A27;
}
.AnyTagClassName
{
color: #0D4A27;
}
</style>
background-color css
<style>
a { background-color: #0D4A27; }
a { background-color: rgb(13,74,39); }
div.DivClassName
{
background-color: #0D4A27;
}
.BgClassName
{
background-color: #0D4A27;
}
</style>
border-color css
<style>
span { border-color: #0D4A27; }
span { border-color: rgb(13,74,39); }
td.TdClassName
{
border-color: #0D4A27;
}
.TagClassName
{
border-color: #0D4A27;
}
</style>