Shades of Camarone #256C40
Tints of Camarone #256C40
RGB
CMYK
RGB Variations
Color information
#256C40 (or 0x256C40) is known color: Camarone. HEX triplet: 25, 6C and 40. RGB value is (37,108,64). Sum of RGB (Red+Green+Blue) = 37+108+64=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #256C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C40 is #DA93BF. Grayscale: #515151. Windows color (decimal): -14324672 or 4221989. OLE color: 4221989.
HSL color Cylindrical-coordinate representation of color #256C40: hue angle of 142.82º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C40 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 64 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.58 |
| HSL | 142.82º | 0.49% | 0.28% | - |
| HSV(B) | 142.82º | 0.66% | 0.42% | - |
| XYZ | 7.05 | 11.49 | 6.7 | - |
| YUV | 81.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 64 | 0.66 | 0 | 0.41 | 0.58 | 142.82 | 0.49 | 0.28 |
| Hex | 25 | 6C | 40 | 42 | 0 | 29 | 3A | 8F | 31 | 1C |
| Octal | 45 | 154 | 100 | 102 | 0 | 51 | 72 | 217 | 61 | 34 |
| Binary | 100101 | 1101100 | 1000000 | 1000010 | 0 | 101001 | 111010 | 10001111 | 110001 | 11100 |
Color Harmonies of #256C40
Complementary color
Monochromatic Colors of #256C40
Black with #256C40
Text Example
Text Example
White with #256C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C40; }
p { color: rgb(37,108,64); }
H1.HeaderClassName
{
color: #256C40;
}
.AnyTagClassName
{
color: #256C40;
}
</style>
background-color css
<style>
a { background-color: #256C40; }
a { background-color: rgb(37,108,64); }
div.DivClassName
{
background-color: #256C40;
}
.BgClassName
{
background-color: #256C40;
}
</style>
border-color css
<style>
span { border-color: #256C40; }
span { border-color: rgb(37,108,64); }
td.TdClassName
{
border-color: #256C40;
}
.TagClassName
{
border-color: #256C40;
}
</style>