Shades of Camarone #05772D
Tints of Camarone #05772D
RGB
CMYK
RGB Variations
Color information
#05772D (or 0x05772D) is known color: Camarone. HEX triplet: 05, 77 and 2D. RGB value is (5,119,45). Sum of RGB (Red+Green+Blue) = 5+119+45=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #05772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05772D is #FA88D2. Grayscale: #4C4C4C. Windows color (decimal): -16419027 or 2979589. OLE color: 2979589.
HSL color Cylindrical-coordinate representation of color #05772D: hue angle of 141.05º 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 #05772D is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 45 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.53 |
| HSL | 141.05º | 0.92% | 0.24% | - |
| HSV(B) | 141.05º | 0.96% | 0.47% | - |
| XYZ | 7.13 | 13.42 | 4.7 | - |
| YUV | 76.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 45 | 0.96 | 0 | 0.62 | 0.53 | 141.05 | 0.92 | 0.24 |
| Hex | 5 | 77 | 2D | 60 | 0 | 3E | 35 | 8D | 5C | 18 |
| Octal | 5 | 167 | 55 | 140 | 0 | 76 | 65 | 215 | 134 | 30 |
| Binary | 101 | 1110111 | 101101 | 1100000 | 0 | 111110 | 110101 | 10001101 | 1011100 | 11000 |
Color Harmonies of #05772D
Complementary color
Monochromatic Colors of #05772D
Black with #05772D
Text Example
Text Example
White with #05772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05772D; }
p { color: rgb(5,119,45); }
H1.HeaderClassName
{
color: #05772D;
}
.AnyTagClassName
{
color: #05772D;
}
</style>
background-color css
<style>
a { background-color: #05772D; }
a { background-color: rgb(5,119,45); }
div.DivClassName
{
background-color: #05772D;
}
.BgClassName
{
background-color: #05772D;
}
</style>
border-color css
<style>
span { border-color: #05772D; }
span { border-color: rgb(5,119,45); }
td.TdClassName
{
border-color: #05772D;
}
.TagClassName
{
border-color: #05772D;
}
</style>