Shades of Zuccini #0A492F
Tints of Zuccini #0A492F
RGB
CMYK
RGB Variations
Color information
#0A492F (or 0x0A492F) is known color: Zuccini. HEX triplet: 0A, 49 and 2F. RGB value is (10,73,47). Sum of RGB (Red+Green+Blue) = 10+73+47=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #0A492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A492F is #F5B6D0. Grayscale: #333333. Windows color (decimal): -16103121 or 3098890. OLE color: 3098890.
HSL color Cylindrical-coordinate representation of color #0A492F: hue angle of 155.24º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A492F is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 47 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.71 |
| HSL | 155.24º | 0.76% | 0.16% | - |
| HSV(B) | 155.24º | 0.86% | 0.29% | - |
| XYZ | 3.02 | 5.03 | 3.5 | - |
| YUV | 51.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 47 | 0.86 | 0 | 0.36 | 0.71 | 155.24 | 0.76 | 0.16 |
| Hex | A | 49 | 2F | 56 | 0 | 24 | 47 | 9B | 4C | 10 |
| Octal | 12 | 111 | 57 | 126 | 0 | 44 | 107 | 233 | 114 | 20 |
| Binary | 1010 | 1001001 | 101111 | 1010110 | 0 | 100100 | 1000111 | 10011011 | 1001100 | 10000 |
Color Harmonies of #0A492F
Complementary color
Monochromatic Colors of #0A492F
Black with #0A492F
Text Example
Text Example
White with #0A492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A492F; }
p { color: rgb(10,73,47); }
H1.HeaderClassName
{
color: #0A492F;
}
.AnyTagClassName
{
color: #0A492F;
}
</style>
background-color css
<style>
a { background-color: #0A492F; }
a { background-color: rgb(10,73,47); }
div.DivClassName
{
background-color: #0A492F;
}
.BgClassName
{
background-color: #0A492F;
}
</style>
border-color css
<style>
span { border-color: #0A492F; }
span { border-color: rgb(10,73,47); }
td.TdClassName
{
border-color: #0A492F;
}
.TagClassName
{
border-color: #0A492F;
}
</style>