Shades of Camarone #257A3D
Tints of Camarone #257A3D
RGB
CMYK
RGB Variations
Color information
#257A3D (or 0x257A3D) is known color: Camarone. HEX triplet: 25, 7A and 3D. RGB value is (37,122,61). Sum of RGB (Red+Green+Blue) = 37+122+61=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #257A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A3D is #DA85C2. Grayscale: #595959. Windows color (decimal): -14321091 or 4028965. OLE color: 4028965.
HSL color Cylindrical-coordinate representation of color #257A3D: hue angle of 136.94º 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 #257A3D is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 61 | - |
| CMYK | 0.70 | 0 | 0.50 | 0.52 |
| HSL | 136.94º | 0.53% | 0.31% | - |
| HSV(B) | 136.94º | 0.7% | 0.48% | - |
| XYZ | 8.56 | 14.65 | 6.79 | - |
| YUV | 89.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 61 | 0.70 | 0 | 0.50 | 0.52 | 136.94 | 0.53 | 0.31 |
| Hex | 25 | 7A | 3D | 46 | 0 | 32 | 34 | 89 | 35 | 1F |
| Octal | 45 | 172 | 75 | 106 | 0 | 62 | 64 | 211 | 65 | 37 |
| Binary | 100101 | 1111010 | 111101 | 1000110 | 0 | 110010 | 110100 | 10001001 | 110101 | 11111 |
Color Harmonies of #257A3D
Complementary color
Monochromatic Colors of #257A3D
Black with #257A3D
Text Example
Text Example
White with #257A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A3D; }
p { color: rgb(37,122,61); }
H1.HeaderClassName
{
color: #257A3D;
}
.AnyTagClassName
{
color: #257A3D;
}
</style>
background-color css
<style>
a { background-color: #257A3D; }
a { background-color: rgb(37,122,61); }
div.DivClassName
{
background-color: #257A3D;
}
.BgClassName
{
background-color: #257A3D;
}
</style>
border-color css
<style>
span { border-color: #257A3D; }
span { border-color: rgb(37,122,61); }
td.TdClassName
{
border-color: #257A3D;
}
.TagClassName
{
border-color: #257A3D;
}
</style>