Shades of Camarone #09742A
Tints of Camarone #09742A
RGB
CMYK
RGB Variations
Color information
#09742A (or 0x09742A) is known color: Camarone. HEX triplet: 09, 74 and 2A. RGB value is (9,116,42). Sum of RGB (Red+Green+Blue) = 9+116+42=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #09742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09742A is #F68BD5. Grayscale: #4B4B4B. Windows color (decimal): -16157654 or 2782217. OLE color: 2782217.
HSL color Cylindrical-coordinate representation of color #09742A: hue angle of 138.5º 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 #09742A is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 42 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.55 |
| HSL | 138.5º | 0.86% | 0.25% | - |
| HSV(B) | 138.5º | 0.92% | 0.45% | - |
| XYZ | 6.78 | 12.72 | 4.29 | - |
| YUV | 75.57 | 109.05 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 42 | 0.92 | 0 | 0.64 | 0.55 | 138.5 | 0.86 | 0.25 |
| Hex | 9 | 74 | 2A | 5C | 0 | 40 | 37 | 8B | 56 | 19 |
| Octal | 11 | 164 | 52 | 134 | 0 | 100 | 67 | 213 | 126 | 31 |
| Binary | 1001 | 1110100 | 101010 | 1011100 | 0 | 1000000 | 110111 | 10001011 | 1010110 | 11001 |
Color Harmonies of #09742A
Complementary color
Monochromatic Colors of #09742A
Black with #09742A
Text Example
Text Example
White with #09742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09742A; }
p { color: rgb(9,116,42); }
H1.HeaderClassName
{
color: #09742A;
}
.AnyTagClassName
{
color: #09742A;
}
</style>
background-color css
<style>
a { background-color: #09742A; }
a { background-color: rgb(9,116,42); }
div.DivClassName
{
background-color: #09742A;
}
.BgClassName
{
background-color: #09742A;
}
</style>
border-color css
<style>
span { border-color: #09742A; }
span { border-color: rgb(9,116,42); }
td.TdClassName
{
border-color: #09742A;
}
.TagClassName
{
border-color: #09742A;
}
</style>