Shades of Camarone #257941
Tints of Camarone #257941
RGB
CMYK
RGB Variations
Color information
#257941 (or 0x257941) is known color: Camarone. HEX triplet: 25, 79 and 41. RGB value is (37,121,65). Sum of RGB (Red+Green+Blue) = 37+121+65=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #257941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257941 is #DA86BE. Grayscale: #595959. Windows color (decimal): -14321343 or 4290853. OLE color: 4290853.
HSL color Cylindrical-coordinate representation of color #257941: hue angle of 140º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257941 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 121 | 65 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.53 |
| HSL | 140º | 0.53% | 0.31% | - |
| HSV(B) | 140º | 0.69% | 0.47% | - |
| XYZ | 8.55 | 14.45 | 7.34 | - |
| YUV | 89.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 65 | 0.69 | 0 | 0.46 | 0.53 | 140 | 0.53 | 0.31 |
| Hex | 25 | 79 | 41 | 45 | 0 | 2E | 35 | 8C | 35 | 1F |
| Octal | 45 | 171 | 101 | 105 | 0 | 56 | 65 | 214 | 65 | 37 |
| Binary | 100101 | 1111001 | 1000001 | 1000101 | 0 | 101110 | 110101 | 10001100 | 110101 | 11111 |
Color Harmonies of #257941
Complementary color
Monochromatic Colors of #257941
Black with #257941
Text Example
Text Example
White with #257941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257941; }
p { color: rgb(37,121,65); }
H1.HeaderClassName
{
color: #257941;
}
.AnyTagClassName
{
color: #257941;
}
</style>
background-color css
<style>
a { background-color: #257941; }
a { background-color: rgb(37,121,65); }
div.DivClassName
{
background-color: #257941;
}
.BgClassName
{
background-color: #257941;
}
</style>
border-color css
<style>
span { border-color: #257941; }
span { border-color: rgb(37,121,65); }
td.TdClassName
{
border-color: #257941;
}
.TagClassName
{
border-color: #257941;
}
</style>