Shades of Camarone #097529
Tints of Camarone #097529
RGB
CMYK
RGB Variations
Color information
#097529 (or 0x097529) is known color: Camarone. HEX triplet: 09, 75 and 29. RGB value is (9,117,41). Sum of RGB (Red+Green+Blue) = 9+117+41=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #097529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097529 is #F68AD6. Grayscale: #4C4C4C. Windows color (decimal): -16157399 or 2716937. OLE color: 2716937.
HSL color Cylindrical-coordinate representation of color #097529: hue angle of 137.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097529 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 41 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.54 |
| HSL | 137.78º | 0.86% | 0.25% | - |
| HSV(B) | 137.78º | 0.92% | 0.46% | - |
| XYZ | 6.87 | 12.94 | 4.23 | - |
| YUV | 76.04 | 108.22 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 41 | 0.92 | 0 | 0.65 | 0.54 | 137.78 | 0.86 | 0.25 |
| Hex | 9 | 75 | 29 | 5C | 0 | 41 | 36 | 8A | 56 | 19 |
| Octal | 11 | 165 | 51 | 134 | 0 | 101 | 66 | 212 | 126 | 31 |
| Binary | 1001 | 1110101 | 101001 | 1011100 | 0 | 1000001 | 110110 | 10001010 | 1010110 | 11001 |
Color Harmonies of #097529
Complementary color
Monochromatic Colors of #097529
Black with #097529
Text Example
Text Example
White with #097529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097529; }
p { color: rgb(9,117,41); }
H1.HeaderClassName
{
color: #097529;
}
.AnyTagClassName
{
color: #097529;
}
</style>
background-color css
<style>
a { background-color: #097529; }
a { background-color: rgb(9,117,41); }
div.DivClassName
{
background-color: #097529;
}
.BgClassName
{
background-color: #097529;
}
</style>
border-color css
<style>
span { border-color: #097529; }
span { border-color: rgb(9,117,41); }
td.TdClassName
{
border-color: #097529;
}
.TagClassName
{
border-color: #097529;
}
</style>