Shades of Camarone #057B25
Tints of Camarone #057B25
RGB
CMYK
RGB Variations
Color information
#057B25 (or 0x057B25) is known color: Camarone. HEX triplet: 05, 7B and 25. RGB value is (5,123,37). Sum of RGB (Red+Green+Blue) = 5+123+37=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 123 (48.44% from 255 or 74.55% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 123 - color contains mainly: green. Hex color #057B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B25 is #FA84DA. Grayscale: #4E4E4E. Windows color (decimal): -16418011 or 2456325. OLE color: 2456325.
HSL color Cylindrical-coordinate representation of color #057B25: hue angle of 136.27º 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 #057B25 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 37 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.52 |
| HSL | 136.27º | 0.92% | 0.25% | - |
| HSV(B) | 136.27º | 0.96% | 0.48% | - |
| XYZ | 7.48 | 14.33 | 4.12 | - |
| YUV | 77.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 37 | 0.96 | 0 | 0.70 | 0.52 | 136.27 | 0.92 | 0.25 |
| Hex | 5 | 7B | 25 | 60 | 0 | 46 | 34 | 88 | 5C | 19 |
| Octal | 5 | 173 | 45 | 140 | 0 | 106 | 64 | 210 | 134 | 31 |
| Binary | 101 | 1111011 | 100101 | 1100000 | 0 | 1000110 | 110100 | 10001000 | 1011100 | 11001 |
Color Harmonies of #057B25
Complementary color
Monochromatic Colors of #057B25
Black with #057B25
Text Example
Text Example
White with #057B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B25; }
p { color: rgb(5,123,37); }
H1.HeaderClassName
{
color: #057B25;
}
.AnyTagClassName
{
color: #057B25;
}
</style>
background-color css
<style>
a { background-color: #057B25; }
a { background-color: rgb(5,123,37); }
div.DivClassName
{
background-color: #057B25;
}
.BgClassName
{
background-color: #057B25;
}
</style>
border-color css
<style>
span { border-color: #057B25; }
span { border-color: rgb(5,123,37); }
td.TdClassName
{
border-color: #057B25;
}
.TagClassName
{
border-color: #057B25;
}
</style>