Shades of Camarone #09752D
Tints of Camarone #09752D
RGB
CMYK
RGB Variations
Color information
#09752D (or 0x09752D) is known color: Camarone. HEX triplet: 09, 75 and 2D. RGB value is (9,117,45). Sum of RGB (Red+Green+Blue) = 9+117+45=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #09752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09752D is #F68AD2. Grayscale: #4C4C4C. Windows color (decimal): -16157395 or 2979081. OLE color: 2979081.
HSL color Cylindrical-coordinate representation of color #09752D: hue angle of 140º 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 #09752D is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 45 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.54 |
| HSL | 140º | 0.86% | 0.25% | - |
| HSV(B) | 140º | 0.92% | 0.46% | - |
| XYZ | 6.95 | 12.97 | 4.62 | - |
| YUV | 76.5 | 110.22 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 45 | 0.92 | 0 | 0.62 | 0.54 | 140 | 0.86 | 0.25 |
| Hex | 9 | 75 | 2D | 5C | 0 | 3E | 36 | 8C | 56 | 19 |
| Octal | 11 | 165 | 55 | 134 | 0 | 76 | 66 | 214 | 126 | 31 |
| Binary | 1001 | 1110101 | 101101 | 1011100 | 0 | 111110 | 110110 | 10001100 | 1010110 | 11001 |
Color Harmonies of #09752D
Complementary color
Monochromatic Colors of #09752D
Black with #09752D
Text Example
Text Example
White with #09752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09752D; }
p { color: rgb(9,117,45); }
H1.HeaderClassName
{
color: #09752D;
}
.AnyTagClassName
{
color: #09752D;
}
</style>
background-color css
<style>
a { background-color: #09752D; }
a { background-color: rgb(9,117,45); }
div.DivClassName
{
background-color: #09752D;
}
.BgClassName
{
background-color: #09752D;
}
</style>
border-color css
<style>
span { border-color: #09752D; }
span { border-color: rgb(9,117,45); }
td.TdClassName
{
border-color: #09752D;
}
.TagClassName
{
border-color: #09752D;
}
</style>