Shades of Zuccini #10502D
Tints of Zuccini #10502D
RGB
CMYK
RGB Variations
Color information
#10502D (or 0x10502D) is known color: Zuccini. HEX triplet: 10, 50 and 2D. RGB value is (16,80,45). Sum of RGB (Red+Green+Blue) = 16+80+45=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #10502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10502D is #EFAFD2. Grayscale: #383838. Windows color (decimal): -15708115 or 2969616. OLE color: 2969616.
HSL color Cylindrical-coordinate representation of color #10502D: hue angle of 147.19º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10502D is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 80 | 45 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.69 |
| HSL | 147.19º | 0.67% | 0.19% | - |
| HSV(B) | 147.19º | 0.8% | 0.31% | - |
| XYZ | 3.56 | 6.04 | 3.46 | - |
| YUV | 56.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 45 | 0.80 | 0 | 0.44 | 0.69 | 147.19 | 0.67 | 0.19 |
| Hex | 10 | 50 | 2D | 50 | 0 | 2C | 45 | 93 | 43 | 13 |
| Octal | 20 | 120 | 55 | 120 | 0 | 54 | 105 | 223 | 103 | 23 |
| Binary | 10000 | 1010000 | 101101 | 1010000 | 0 | 101100 | 1000101 | 10010011 | 1000011 | 10011 |
Color Harmonies of #10502D
Complementary color
Monochromatic Colors of #10502D
Black with #10502D
Text Example
Text Example
White with #10502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10502D; }
p { color: rgb(16,80,45); }
H1.HeaderClassName
{
color: #10502D;
}
.AnyTagClassName
{
color: #10502D;
}
</style>
background-color css
<style>
a { background-color: #10502D; }
a { background-color: rgb(16,80,45); }
div.DivClassName
{
background-color: #10502D;
}
.BgClassName
{
background-color: #10502D;
}
</style>
border-color css
<style>
span { border-color: #10502D; }
span { border-color: rgb(16,80,45); }
td.TdClassName
{
border-color: #10502D;
}
.TagClassName
{
border-color: #10502D;
}
</style>