Shades of Camarone #057B28
Tints of Camarone #057B28
RGB
CMYK
RGB Variations
Color information
#057B28 (or 0x057B28) is known color: Camarone. HEX triplet: 05, 7B and 28. RGB value is (5,123,40). Sum of RGB (Red+Green+Blue) = 5+123+40=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 123 (48.44% from 255 or 73.21% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 123 - color contains mainly: green. Hex color #057B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B28 is #FA84D7. Grayscale: #4E4E4E. Windows color (decimal): -16418008 or 2652933. OLE color: 2652933.
HSL color Cylindrical-coordinate representation of color #057B28: hue angle of 137.8º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B28 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 40 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.52 |
| HSL | 137.8º | 0.92% | 0.25% | - |
| HSV(B) | 137.8º | 0.96% | 0.48% | - |
| XYZ | 7.53 | 14.35 | 4.38 | - |
| YUV | 78.26 | 106.41 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 40 | 0.96 | 0 | 0.67 | 0.52 | 137.8 | 0.92 | 0.25 |
| Hex | 5 | 7B | 28 | 60 | 0 | 43 | 34 | 8A | 5C | 19 |
| Octal | 5 | 173 | 50 | 140 | 0 | 103 | 64 | 212 | 134 | 31 |
| Binary | 101 | 1111011 | 101000 | 1100000 | 0 | 1000011 | 110100 | 10001010 | 1011100 | 11001 |
Color Harmonies of #057B28
Complementary color
Monochromatic Colors of #057B28
Black with #057B28
Text Example
Text Example
White with #057B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B28; }
p { color: rgb(5,123,40); }
H1.HeaderClassName
{
color: #057B28;
}
.AnyTagClassName
{
color: #057B28;
}
</style>
background-color css
<style>
a { background-color: #057B28; }
a { background-color: rgb(5,123,40); }
div.DivClassName
{
background-color: #057B28;
}
.BgClassName
{
background-color: #057B28;
}
</style>
border-color css
<style>
span { border-color: #057B28; }
span { border-color: rgb(5,123,40); }
td.TdClassName
{
border-color: #057B28;
}
.TagClassName
{
border-color: #057B28;
}
</style>