Shades of Camarone #09752C
Tints of Camarone #09752C
RGB
CMYK
RGB Variations
Color information
#09752C (or 0x09752C) is known color: Camarone. HEX triplet: 09, 75 and 2C. RGB value is (9,117,44). Sum of RGB (Red+Green+Blue) = 9+117+44=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #09752C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09752C is #F68AD3. Grayscale: #4C4C4C. Windows color (decimal): -16157396 or 2913545. OLE color: 2913545.
HSL color Cylindrical-coordinate representation of color #09752C: hue angle of 139.44º 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 #09752C is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 44 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.54 |
| HSL | 139.44º | 0.86% | 0.25% | - |
| HSV(B) | 139.44º | 0.92% | 0.46% | - |
| XYZ | 6.93 | 12.96 | 4.52 | - |
| YUV | 76.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 44 | 0.92 | 0 | 0.62 | 0.54 | 139.44 | 0.86 | 0.25 |
| Hex | 9 | 75 | 2C | 5C | 0 | 3E | 36 | 8B | 56 | 19 |
| Octal | 11 | 165 | 54 | 134 | 0 | 76 | 66 | 213 | 126 | 31 |
| Binary | 1001 | 1110101 | 101100 | 1011100 | 0 | 111110 | 110110 | 10001011 | 1010110 | 11001 |
Color Harmonies of #09752C
Complementary color
Monochromatic Colors of #09752C
Black with #09752C
Text Example
Text Example
White with #09752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09752C; }
p { color: rgb(9,117,44); }
H1.HeaderClassName
{
color: #09752C;
}
.AnyTagClassName
{
color: #09752C;
}
</style>
background-color css
<style>
a { background-color: #09752C; }
a { background-color: rgb(9,117,44); }
div.DivClassName
{
background-color: #09752C;
}
.BgClassName
{
background-color: #09752C;
}
</style>
border-color css
<style>
span { border-color: #09752C; }
span { border-color: rgb(9,117,44); }
td.TdClassName
{
border-color: #09752C;
}
.TagClassName
{
border-color: #09752C;
}
</style>