Shades of Camarone #257C41
Tints of Camarone #257C41
RGB
CMYK
RGB Variations
Color information
#257C41 (or 0x257C41) is known color: Camarone. HEX triplet: 25, 7C and 41. RGB value is (37,124,65). Sum of RGB (Red+Green+Blue) = 37+124+65=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #257C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C41 is #DA83BE. Grayscale: #5B5B5B. Windows color (decimal): -14320575 or 4291621. OLE color: 4291621.
HSL color Cylindrical-coordinate representation of color #257C41: hue angle of 139.31º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C41 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 65 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.51 |
| HSL | 139.31º | 0.54% | 0.32% | - |
| HSV(B) | 139.31º | 0.7% | 0.49% | - |
| XYZ | 8.92 | 15.19 | 7.46 | - |
| YUV | 91.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 65 | 0.70 | 0 | 0.48 | 0.51 | 139.31 | 0.54 | 0.32 |
| Hex | 25 | 7C | 41 | 46 | 0 | 30 | 33 | 8B | 36 | 20 |
| Octal | 45 | 174 | 101 | 106 | 0 | 60 | 63 | 213 | 66 | 40 |
| Binary | 100101 | 1111100 | 1000001 | 1000110 | 0 | 110000 | 110011 | 10001011 | 110110 | 100000 |
Color Harmonies of #257C41
Complementary color
Monochromatic Colors of #257C41
Black with #257C41
Text Example
Text Example
White with #257C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C41; }
p { color: rgb(37,124,65); }
H1.HeaderClassName
{
color: #257C41;
}
.AnyTagClassName
{
color: #257C41;
}
</style>
background-color css
<style>
a { background-color: #257C41; }
a { background-color: rgb(37,124,65); }
div.DivClassName
{
background-color: #257C41;
}
.BgClassName
{
background-color: #257C41;
}
</style>
border-color css
<style>
span { border-color: #257C41; }
span { border-color: rgb(37,124,65); }
td.TdClassName
{
border-color: #257C41;
}
.TagClassName
{
border-color: #257C41;
}
</style>