Shades of Camarone #097330
Tints of Camarone #097330
RGB
CMYK
RGB Variations
Color information
#097330 (or 0x097330) is known color: Camarone. HEX triplet: 09, 73 and 30. RGB value is (9,115,48). Sum of RGB (Red+Green+Blue) = 9+115+48=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #097330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097330 is #F68CCF. Grayscale: #4B4B4B. Windows color (decimal): -16157904 or 3175177. OLE color: 3175177.
HSL color Cylindrical-coordinate representation of color #097330: hue angle of 142.08º 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 #097330 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 48 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.55 |
| HSL | 142.08º | 0.85% | 0.24% | - |
| HSV(B) | 142.08º | 0.92% | 0.45% | - |
| XYZ | 6.78 | 12.53 | 4.86 | - |
| YUV | 75.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 48 | 0.92 | 0 | 0.58 | 0.55 | 142.08 | 0.85 | 0.24 |
| Hex | 9 | 73 | 30 | 5C | 0 | 3A | 37 | 8E | 55 | 18 |
| Octal | 11 | 163 | 60 | 134 | 0 | 72 | 67 | 216 | 125 | 30 |
| Binary | 1001 | 1110011 | 110000 | 1011100 | 0 | 111010 | 110111 | 10001110 | 1010101 | 11000 |
Color Harmonies of #097330
Complementary color
Monochromatic Colors of #097330
Black with #097330
Text Example
Text Example
White with #097330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097330; }
p { color: rgb(9,115,48); }
H1.HeaderClassName
{
color: #097330;
}
.AnyTagClassName
{
color: #097330;
}
</style>
background-color css
<style>
a { background-color: #097330; }
a { background-color: rgb(9,115,48); }
div.DivClassName
{
background-color: #097330;
}
.BgClassName
{
background-color: #097330;
}
</style>
border-color css
<style>
span { border-color: #097330; }
span { border-color: rgb(9,115,48); }
td.TdClassName
{
border-color: #097330;
}
.TagClassName
{
border-color: #097330;
}
</style>