Shades of Camarone #257A39
Tints of Camarone #257A39
RGB
CMYK
RGB Variations
Color information
#257A39 (or 0x257A39) is known color: Camarone. HEX triplet: 25, 7A and 39. RGB value is (37,122,57). Sum of RGB (Red+Green+Blue) = 37+122+57=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #257A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A39 is #DA85C6. Grayscale: #595959. Windows color (decimal): -14321095 or 3766821. OLE color: 3766821.
HSL color Cylindrical-coordinate representation of color #257A39: hue angle of 134.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A39 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 57 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.52 |
| HSL | 134.12º | 0.53% | 0.31% | - |
| HSV(B) | 134.12º | 0.7% | 0.48% | - |
| XYZ | 8.46 | 14.61 | 6.24 | - |
| YUV | 89.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 57 | 0.70 | 0 | 0.53 | 0.52 | 134.12 | 0.53 | 0.31 |
| Hex | 25 | 7A | 39 | 46 | 0 | 35 | 34 | 86 | 35 | 1F |
| Octal | 45 | 172 | 71 | 106 | 0 | 65 | 64 | 206 | 65 | 37 |
| Binary | 100101 | 1111010 | 111001 | 1000110 | 0 | 110101 | 110100 | 10000110 | 110101 | 11111 |
Color Harmonies of #257A39
Complementary color
Monochromatic Colors of #257A39
Black with #257A39
Text Example
Text Example
White with #257A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A39; }
p { color: rgb(37,122,57); }
H1.HeaderClassName
{
color: #257A39;
}
.AnyTagClassName
{
color: #257A39;
}
</style>
background-color css
<style>
a { background-color: #257A39; }
a { background-color: rgb(37,122,57); }
div.DivClassName
{
background-color: #257A39;
}
.BgClassName
{
background-color: #257A39;
}
</style>
border-color css
<style>
span { border-color: #257A39; }
span { border-color: rgb(37,122,57); }
td.TdClassName
{
border-color: #257A39;
}
.TagClassName
{
border-color: #257A39;
}
</style>