Shades of Camarone #057C2C
Tints of Camarone #057C2C
RGB
CMYK
RGB Variations
Color information
#057C2C (or 0x057C2C) is known color: Camarone. HEX triplet: 05, 7C and 2C. RGB value is (5,124,44). Sum of RGB (Red+Green+Blue) = 5+124+44=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 124 (48.83% from 255 or 71.68% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 124 - color contains mainly: green. Hex color #057C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057C2C is #FA83D3. Grayscale: #4F4F4F. Windows color (decimal): -16417748 or 2915333. OLE color: 2915333.
HSL color Cylindrical-coordinate representation of color #057C2C: hue angle of 139.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C2C is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 44 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.51 |
| HSL | 139.66º | 0.92% | 0.25% | - |
| HSV(B) | 139.66º | 0.96% | 0.49% | - |
| XYZ | 7.72 | 14.63 | 4.8 | - |
| YUV | 79.3 | 108.08 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 44 | 0.96 | 0 | 0.65 | 0.51 | 139.66 | 0.92 | 0.25 |
| Hex | 5 | 7C | 2C | 60 | 0 | 41 | 33 | 8C | 5C | 19 |
| Octal | 5 | 174 | 54 | 140 | 0 | 101 | 63 | 214 | 134 | 31 |
| Binary | 101 | 1111100 | 101100 | 1100000 | 0 | 1000001 | 110011 | 10001100 | 1011100 | 11001 |
Color Harmonies of #057C2C
Complementary color
Monochromatic Colors of #057C2C
Black with #057C2C
Text Example
Text Example
White with #057C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C2C; }
p { color: rgb(5,124,44); }
H1.HeaderClassName
{
color: #057C2C;
}
.AnyTagClassName
{
color: #057C2C;
}
</style>
background-color css
<style>
a { background-color: #057C2C; }
a { background-color: rgb(5,124,44); }
div.DivClassName
{
background-color: #057C2C;
}
.BgClassName
{
background-color: #057C2C;
}
</style>
border-color css
<style>
span { border-color: #057C2C; }
span { border-color: rgb(5,124,44); }
td.TdClassName
{
border-color: #057C2C;
}
.TagClassName
{
border-color: #057C2C;
}
</style>