Shades of Camarone #057C2A
Tints of Camarone #057C2A
RGB
CMYK
RGB Variations
Color information
#057C2A (or 0x057C2A) is known color: Camarone. HEX triplet: 05, 7C and 2A. RGB value is (5,124,42). Sum of RGB (Red+Green+Blue) = 5+124+42=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 124 (48.83% from 255 or 72.51% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 124 - color contains mainly: green. Hex color #057C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057C2A is #FA83D5. Grayscale: #4F4F4F. Windows color (decimal): -16417750 or 2784261. OLE color: 2784261.
HSL color Cylindrical-coordinate representation of color #057C2A: hue angle of 138.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 #057C2A is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 42 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.51 |
| HSL | 138.66º | 0.92% | 0.25% | - |
| HSV(B) | 138.66º | 0.96% | 0.49% | - |
| XYZ | 7.69 | 14.61 | 4.61 | - |
| YUV | 79.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 42 | 0.96 | 0 | 0.66 | 0.51 | 138.66 | 0.92 | 0.25 |
| Hex | 5 | 7C | 2A | 60 | 0 | 42 | 33 | 8B | 5C | 19 |
| Octal | 5 | 174 | 52 | 140 | 0 | 102 | 63 | 213 | 134 | 31 |
| Binary | 101 | 1111100 | 101010 | 1100000 | 0 | 1000010 | 110011 | 10001011 | 1011100 | 11001 |
Color Harmonies of #057C2A
Complementary color
Monochromatic Colors of #057C2A
Black with #057C2A
Text Example
Text Example
White with #057C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C2A; }
p { color: rgb(5,124,42); }
H1.HeaderClassName
{
color: #057C2A;
}
.AnyTagClassName
{
color: #057C2A;
}
</style>
background-color css
<style>
a { background-color: #057C2A; }
a { background-color: rgb(5,124,42); }
div.DivClassName
{
background-color: #057C2A;
}
.BgClassName
{
background-color: #057C2A;
}
</style>
border-color css
<style>
span { border-color: #057C2A; }
span { border-color: rgb(5,124,42); }
td.TdClassName
{
border-color: #057C2A;
}
.TagClassName
{
border-color: #057C2A;
}
</style>