Shades of Camarone #256E3C
Tints of Camarone #256E3C
RGB
CMYK
RGB Variations
Color information
#256E3C (or 0x256E3C) is known color: Camarone. HEX triplet: 25, 6E and 3C. RGB value is (37,110,60). Sum of RGB (Red+Green+Blue) = 37+110+60=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #256E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256E3C is #DA91C3. Grayscale: #525252. Windows color (decimal): -14324164 or 3960357. OLE color: 3960357.
HSL color Cylindrical-coordinate representation of color #256E3C: hue angle of 138.9º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256E3C is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 60 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.57 |
| HSL | 138.9º | 0.5% | 0.29% | - |
| HSV(B) | 138.9º | 0.66% | 0.43% | - |
| XYZ | 7.15 | 11.87 | 6.19 | - |
| YUV | 82.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 60 | 0.66 | 0 | 0.45 | 0.57 | 138.9 | 0.5 | 0.29 |
| Hex | 25 | 6E | 3C | 42 | 0 | 2D | 39 | 8B | 32 | 1D |
| Octal | 45 | 156 | 74 | 102 | 0 | 55 | 71 | 213 | 62 | 35 |
| Binary | 100101 | 1101110 | 111100 | 1000010 | 0 | 101101 | 111001 | 10001011 | 110010 | 11101 |
Color Harmonies of #256E3C
Complementary color
Monochromatic Colors of #256E3C
Black with #256E3C
Text Example
Text Example
White with #256E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E3C; }
p { color: rgb(37,110,60); }
H1.HeaderClassName
{
color: #256E3C;
}
.AnyTagClassName
{
color: #256E3C;
}
</style>
background-color css
<style>
a { background-color: #256E3C; }
a { background-color: rgb(37,110,60); }
div.DivClassName
{
background-color: #256E3C;
}
.BgClassName
{
background-color: #256E3C;
}
</style>
border-color css
<style>
span { border-color: #256E3C; }
span { border-color: rgb(37,110,60); }
td.TdClassName
{
border-color: #256E3C;
}
.TagClassName
{
border-color: #256E3C;
}
</style>