Shades of Zuccini #0A5231
Tints of Zuccini #0A5231
RGB
CMYK
RGB Variations
Color information
#0A5231 (or 0x0A5231) is known color: Zuccini. HEX triplet: 0A, 52 and 31. RGB value is (10,82,49). Sum of RGB (Red+Green+Blue) = 10+82+49=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5231 is #F5ADCE. Grayscale: #383838. Windows color (decimal): -16100815 or 3232266. OLE color: 3232266.
HSL color Cylindrical-coordinate representation of color #0A5231: hue angle of 152.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5231 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 49 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.68 |
| HSL | 152.5º | 0.78% | 0.18% | - |
| HSV(B) | 152.5º | 0.88% | 0.32% | - |
| XYZ | 3.7 | 6.32 | 3.93 | - |
| YUV | 56.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 49 | 0.88 | 0 | 0.40 | 0.68 | 152.5 | 0.78 | 0.18 |
| Hex | A | 52 | 31 | 58 | 0 | 28 | 44 | 98 | 4E | 12 |
| Octal | 12 | 122 | 61 | 130 | 0 | 50 | 104 | 230 | 116 | 22 |
| Binary | 1010 | 1010010 | 110001 | 1011000 | 0 | 101000 | 1000100 | 10011000 | 1001110 | 10010 |
Color Harmonies of #0A5231
Complementary color
Monochromatic Colors of #0A5231
Black with #0A5231
Text Example
Text Example
White with #0A5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5231; }
p { color: rgb(10,82,49); }
H1.HeaderClassName
{
color: #0A5231;
}
.AnyTagClassName
{
color: #0A5231;
}
</style>
background-color css
<style>
a { background-color: #0A5231; }
a { background-color: rgb(10,82,49); }
div.DivClassName
{
background-color: #0A5231;
}
.BgClassName
{
background-color: #0A5231;
}
</style>
border-color css
<style>
span { border-color: #0A5231; }
span { border-color: rgb(10,82,49); }
td.TdClassName
{
border-color: #0A5231;
}
.TagClassName
{
border-color: #0A5231;
}
</style>