Shades of Camarone #257F3D
Tints of Camarone #257F3D
RGB
CMYK
RGB Variations
Color information
#257F3D (or 0x257F3D) is known color: Camarone. HEX triplet: 25, 7F and 3D. RGB value is (37,127,61). Sum of RGB (Red+Green+Blue) = 37+127+61=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #257F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F3D is #DA80C2. Grayscale: #5C5C5C. Windows color (decimal): -14319811 or 4030245. OLE color: 4030245.
HSL color Cylindrical-coordinate representation of color #257F3D: hue angle of 136º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F3D is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 61 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.50 |
| HSL | 136º | 0.55% | 0.32% | - |
| HSV(B) | 136º | 0.71% | 0.5% | - |
| XYZ | 9.19 | 15.91 | 7 | - |
| YUV | 92.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 61 | 0.71 | 0 | 0.52 | 0.50 | 136 | 0.55 | 0.32 |
| Hex | 25 | 7F | 3D | 47 | 0 | 34 | 32 | 88 | 37 | 20 |
| Octal | 45 | 177 | 75 | 107 | 0 | 64 | 62 | 210 | 67 | 40 |
| Binary | 100101 | 1111111 | 111101 | 1000111 | 0 | 110100 | 110010 | 10001000 | 110111 | 100000 |
Color Harmonies of #257F3D
Complementary color
Monochromatic Colors of #257F3D
Black with #257F3D
Text Example
Text Example
White with #257F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F3D; }
p { color: rgb(37,127,61); }
H1.HeaderClassName
{
color: #257F3D;
}
.AnyTagClassName
{
color: #257F3D;
}
</style>
background-color css
<style>
a { background-color: #257F3D; }
a { background-color: rgb(37,127,61); }
div.DivClassName
{
background-color: #257F3D;
}
.BgClassName
{
background-color: #257F3D;
}
</style>
border-color css
<style>
span { border-color: #257F3D; }
span { border-color: rgb(37,127,61); }
td.TdClassName
{
border-color: #257F3D;
}
.TagClassName
{
border-color: #257F3D;
}
</style>