Shades of Camarone #09842D
Tints of Camarone #09842D
RGB
CMYK
RGB Variations
Color information
#09842D (or 0x09842D) is known color: Camarone. HEX triplet: 09, 84 and 2D. RGB value is (9,132,45). Sum of RGB (Red+Green+Blue) = 9+132+45=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #09842D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09842D is #F67BD2. Grayscale: #555555. Windows color (decimal): -16153555 or 2982921. OLE color: 2982921.
HSL color Cylindrical-coordinate representation of color #09842D: hue angle of 137.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09842D is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 45 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.48 |
| HSL | 137.56º | 0.87% | 0.28% | - |
| HSV(B) | 137.56º | 0.93% | 0.52% | - |
| XYZ | 8.84 | 16.75 | 5.25 | - |
| YUV | 85.31 | 105.25 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 45 | 0.93 | 0 | 0.66 | 0.48 | 137.56 | 0.87 | 0.28 |
| Hex | 9 | 84 | 2D | 5D | 0 | 42 | 30 | 8A | 57 | 1C |
| Octal | 11 | 204 | 55 | 135 | 0 | 102 | 60 | 212 | 127 | 34 |
| Binary | 1001 | 10000100 | 101101 | 1011101 | 0 | 1000010 | 110000 | 10001010 | 1010111 | 11100 |
Color Harmonies of #09842D
Complementary color
Monochromatic Colors of #09842D
Black with #09842D
Text Example
Text Example
White with #09842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09842D; }
p { color: rgb(9,132,45); }
H1.HeaderClassName
{
color: #09842D;
}
.AnyTagClassName
{
color: #09842D;
}
</style>
background-color css
<style>
a { background-color: #09842D; }
a { background-color: rgb(9,132,45); }
div.DivClassName
{
background-color: #09842D;
}
.BgClassName
{
background-color: #09842D;
}
</style>
border-color css
<style>
span { border-color: #09842D; }
span { border-color: rgb(9,132,45); }
td.TdClassName
{
border-color: #09842D;
}
.TagClassName
{
border-color: #09842D;
}
</style>