Shades of Zuccini #0D5230
Tints of Zuccini #0D5230
RGB
CMYK
RGB Variations
Color information
#0D5230 (or 0x0D5230) is known color: Zuccini. HEX triplet: 0D, 52 and 30. RGB value is (13,82,48). Sum of RGB (Red+Green+Blue) = 13+82+48=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #0D5230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5230 is #F2ADCF. Grayscale: #393939. Windows color (decimal): -15904208 or 3166733. OLE color: 3166733.
HSL color Cylindrical-coordinate representation of color #0D5230: hue angle of 150.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5230 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 48 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.68 |
| HSL | 150.43º | 0.73% | 0.19% | - |
| HSV(B) | 150.43º | 0.84% | 0.32% | - |
| XYZ | 3.72 | 6.33 | 3.82 | - |
| YUV | 57.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 48 | 0.84 | 0 | 0.41 | 0.68 | 150.43 | 0.73 | 0.19 |
| Hex | D | 52 | 30 | 54 | 0 | 29 | 44 | 96 | 49 | 13 |
| Octal | 15 | 122 | 60 | 124 | 0 | 51 | 104 | 226 | 111 | 23 |
| Binary | 1101 | 1010010 | 110000 | 1010100 | 0 | 101001 | 1000100 | 10010110 | 1001001 | 10011 |
Color Harmonies of #0D5230
Complementary color
Monochromatic Colors of #0D5230
Black with #0D5230
Text Example
Text Example
White with #0D5230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5230; }
p { color: rgb(13,82,48); }
H1.HeaderClassName
{
color: #0D5230;
}
.AnyTagClassName
{
color: #0D5230;
}
</style>
background-color css
<style>
a { background-color: #0D5230; }
a { background-color: rgb(13,82,48); }
div.DivClassName
{
background-color: #0D5230;
}
.BgClassName
{
background-color: #0D5230;
}
</style>
border-color css
<style>
span { border-color: #0D5230; }
span { border-color: rgb(13,82,48); }
td.TdClassName
{
border-color: #0D5230;
}
.TagClassName
{
border-color: #0D5230;
}
</style>