Shades of Camarone #097322
Tints of Camarone #097322
RGB
CMYK
RGB Variations
Color information
#097322 (or 0x097322) is known color: Camarone. HEX triplet: 09, 73 and 22. RGB value is (9,115,34). Sum of RGB (Red+Green+Blue) = 9+115+34=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #097322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097322 is #F68CDD. Grayscale: #4A4A4A. Windows color (decimal): -16157918 or 2257673. OLE color: 2257673.
HSL color Cylindrical-coordinate representation of color #097322: hue angle of 134.15º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097322 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 34 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.55 |
| HSL | 134.15º | 0.85% | 0.24% | - |
| HSV(B) | 134.15º | 0.92% | 0.45% | - |
| XYZ | 6.53 | 12.44 | 3.57 | - |
| YUV | 74.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 34 | 0.92 | 0 | 0.70 | 0.55 | 134.15 | 0.85 | 0.24 |
| Hex | 9 | 73 | 22 | 5C | 0 | 46 | 37 | 86 | 55 | 18 |
| Octal | 11 | 163 | 42 | 134 | 0 | 106 | 67 | 206 | 125 | 30 |
| Binary | 1001 | 1110011 | 100010 | 1011100 | 0 | 1000110 | 110111 | 10000110 | 1010101 | 11000 |
Color Harmonies of #097322
Complementary color
Monochromatic Colors of #097322
Black with #097322
Text Example
Text Example
White with #097322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097322; }
p { color: rgb(9,115,34); }
H1.HeaderClassName
{
color: #097322;
}
.AnyTagClassName
{
color: #097322;
}
</style>
background-color css
<style>
a { background-color: #097322; }
a { background-color: rgb(9,115,34); }
div.DivClassName
{
background-color: #097322;
}
.BgClassName
{
background-color: #097322;
}
</style>
border-color css
<style>
span { border-color: #097322; }
span { border-color: rgb(9,115,34); }
td.TdClassName
{
border-color: #097322;
}
.TagClassName
{
border-color: #097322;
}
</style>