Shades of Camarone #255F37
Tints of Camarone #255F37
RGB
CMYK
RGB Variations
Color information
#255F37 (or 0x255F37) is known color: Camarone. HEX triplet: 25, 5F and 37. RGB value is (37,95,55). Sum of RGB (Red+Green+Blue) = 37+95+55=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #255F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255F37 is #DAA0C8. Grayscale: #494949. Windows color (decimal): -14328009 or 3628837. OLE color: 3628837.
HSL color Cylindrical-coordinate representation of color #255F37: hue angle of 138.62º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255F37 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 95 | 55 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.63 |
| HSL | 138.62º | 0.44% | 0.26% | - |
| HSV(B) | 138.62º | 0.61% | 0.37% | - |
| XYZ | 5.54 | 8.85 | 5.03 | - |
| YUV | 73.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 55 | 0.61 | 0 | 0.42 | 0.63 | 138.62 | 0.44 | 0.26 |
| Hex | 25 | 5F | 37 | 3D | 0 | 2A | 3F | 8B | 2C | 1A |
| Octal | 45 | 137 | 67 | 75 | 0 | 52 | 77 | 213 | 54 | 32 |
| Binary | 100101 | 1011111 | 110111 | 111101 | 0 | 101010 | 111111 | 10001011 | 101100 | 11010 |
Color Harmonies of #255F37
Complementary color
Monochromatic Colors of #255F37
Black with #255F37
Text Example
Text Example
White with #255F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F37; }
p { color: rgb(37,95,55); }
H1.HeaderClassName
{
color: #255F37;
}
.AnyTagClassName
{
color: #255F37;
}
</style>
background-color css
<style>
a { background-color: #255F37; }
a { background-color: rgb(37,95,55); }
div.DivClassName
{
background-color: #255F37;
}
.BgClassName
{
background-color: #255F37;
}
</style>
border-color css
<style>
span { border-color: #255F37; }
span { border-color: rgb(37,95,55); }
td.TdClassName
{
border-color: #255F37;
}
.TagClassName
{
border-color: #255F37;
}
</style>