Shades of Camarone #05772E
Tints of Camarone #05772E
RGB
CMYK
RGB Variations
Color information
#05772E (or 0x05772E) is known color: Camarone. HEX triplet: 05, 77 and 2E. RGB value is (5,119,46). Sum of RGB (Red+Green+Blue) = 5+119+46=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #05772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05772E is #FA88D1. Grayscale: #4C4C4C. Windows color (decimal): -16419026 or 3045125. OLE color: 3045125.
HSL color Cylindrical-coordinate representation of color #05772E: hue angle of 141.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05772E is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 46 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.53 |
| HSL | 141.58º | 0.92% | 0.24% | - |
| HSV(B) | 141.58º | 0.96% | 0.47% | - |
| XYZ | 7.15 | 13.42 | 4.8 | - |
| YUV | 76.59 | 110.73 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 46 | 0.96 | 0 | 0.61 | 0.53 | 141.58 | 0.92 | 0.24 |
| Hex | 5 | 77 | 2E | 60 | 0 | 3D | 35 | 8E | 5C | 18 |
| Octal | 5 | 167 | 56 | 140 | 0 | 75 | 65 | 216 | 134 | 30 |
| Binary | 101 | 1110111 | 101110 | 1100000 | 0 | 111101 | 110101 | 10001110 | 1011100 | 11000 |
Color Harmonies of #05772E
Complementary color
Monochromatic Colors of #05772E
Black with #05772E
Text Example
Text Example
White with #05772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05772E; }
p { color: rgb(5,119,46); }
H1.HeaderClassName
{
color: #05772E;
}
.AnyTagClassName
{
color: #05772E;
}
</style>
background-color css
<style>
a { background-color: #05772E; }
a { background-color: rgb(5,119,46); }
div.DivClassName
{
background-color: #05772E;
}
.BgClassName
{
background-color: #05772E;
}
</style>
border-color css
<style>
span { border-color: #05772E; }
span { border-color: rgb(5,119,46); }
td.TdClassName
{
border-color: #05772E;
}
.TagClassName
{
border-color: #05772E;
}
</style>