Shades of Camarone #09742C
Tints of Camarone #09742C
RGB
CMYK
RGB Variations
Color information
#09742C (or 0x09742C) is known color: Camarone. HEX triplet: 09, 74 and 2C. RGB value is (9,116,44). Sum of RGB (Red+Green+Blue) = 9+116+44=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #09742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09742C is #F68BD3. Grayscale: #4B4B4B. Windows color (decimal): -16157652 or 2913289. OLE color: 2913289.
HSL color Cylindrical-coordinate representation of color #09742C: hue angle of 139.63º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09742C is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 44 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.55 |
| HSL | 139.63º | 0.86% | 0.25% | - |
| HSV(B) | 139.63º | 0.92% | 0.45% | - |
| XYZ | 6.81 | 12.73 | 4.48 | - |
| YUV | 75.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 44 | 0.92 | 0 | 0.62 | 0.55 | 139.63 | 0.86 | 0.25 |
| Hex | 9 | 74 | 2C | 5C | 0 | 3E | 37 | 8C | 56 | 19 |
| Octal | 11 | 164 | 54 | 134 | 0 | 76 | 67 | 214 | 126 | 31 |
| Binary | 1001 | 1110100 | 101100 | 1011100 | 0 | 111110 | 110111 | 10001100 | 1010110 | 11001 |
Color Harmonies of #09742C
Complementary color
Monochromatic Colors of #09742C
Black with #09742C
Text Example
Text Example
White with #09742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09742C; }
p { color: rgb(9,116,44); }
H1.HeaderClassName
{
color: #09742C;
}
.AnyTagClassName
{
color: #09742C;
}
</style>
background-color css
<style>
a { background-color: #09742C; }
a { background-color: rgb(9,116,44); }
div.DivClassName
{
background-color: #09742C;
}
.BgClassName
{
background-color: #09742C;
}
</style>
border-color css
<style>
span { border-color: #09742C; }
span { border-color: rgb(9,116,44); }
td.TdClassName
{
border-color: #09742C;
}
.TagClassName
{
border-color: #09742C;
}
</style>