Shades of Camarone #09752E
Tints of Camarone #09752E
RGB
CMYK
RGB Variations
Color information
#09752E (or 0x09752E) is known color: Camarone. HEX triplet: 09, 75 and 2E. RGB value is (9,117,46). Sum of RGB (Red+Green+Blue) = 9+117+46=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #09752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09752E is #F68AD1. Grayscale: #4C4C4C. Windows color (decimal): -16157394 or 3044617. OLE color: 3044617.
HSL color Cylindrical-coordinate representation of color #09752E: hue angle of 140.56º 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 #09752E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 46 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.54 |
| HSL | 140.56º | 0.86% | 0.25% | - |
| HSV(B) | 140.56º | 0.92% | 0.46% | - |
| XYZ | 6.97 | 12.98 | 4.72 | - |
| YUV | 76.61 | 110.72 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 46 | 0.92 | 0 | 0.61 | 0.54 | 140.56 | 0.86 | 0.25 |
| Hex | 9 | 75 | 2E | 5C | 0 | 3D | 36 | 8D | 56 | 19 |
| Octal | 11 | 165 | 56 | 134 | 0 | 75 | 66 | 215 | 126 | 31 |
| Binary | 1001 | 1110101 | 101110 | 1011100 | 0 | 111101 | 110110 | 10001101 | 1010110 | 11001 |
Color Harmonies of #09752E
Complementary color
Monochromatic Colors of #09752E
Black with #09752E
Text Example
Text Example
White with #09752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09752E; }
p { color: rgb(9,117,46); }
H1.HeaderClassName
{
color: #09752E;
}
.AnyTagClassName
{
color: #09752E;
}
</style>
background-color css
<style>
a { background-color: #09752E; }
a { background-color: rgb(9,117,46); }
div.DivClassName
{
background-color: #09752E;
}
.BgClassName
{
background-color: #09752E;
}
</style>
border-color css
<style>
span { border-color: #09752E; }
span { border-color: rgb(9,117,46); }
td.TdClassName
{
border-color: #09752E;
}
.TagClassName
{
border-color: #09752E;
}
</style>