Shades of Camarone #256236
Tints of Camarone #256236
RGB
CMYK
RGB Variations
Color information
#256236 (or 0x256236) is known color: Camarone. HEX triplet: 25, 62 and 36. RGB value is (37,98,54). Sum of RGB (Red+Green+Blue) = 37+98+54=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #256236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256236 is #DA9DC9. Grayscale: #4A4A4A. Windows color (decimal): -14327242 or 3564069. OLE color: 3564069.
HSL color Cylindrical-coordinate representation of color #256236: hue angle of 136.72º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256236 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 54 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.62 |
| HSL | 136.72º | 0.45% | 0.26% | - |
| HSV(B) | 136.72º | 0.62% | 0.38% | - |
| XYZ | 5.8 | 9.4 | 5 | - |
| YUV | 74.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 54 | 0.62 | 0 | 0.45 | 0.62 | 136.72 | 0.45 | 0.26 |
| Hex | 25 | 62 | 36 | 3E | 0 | 2D | 3E | 89 | 2D | 1A |
| Octal | 45 | 142 | 66 | 76 | 0 | 55 | 76 | 211 | 55 | 32 |
| Binary | 100101 | 1100010 | 110110 | 111110 | 0 | 101101 | 111110 | 10001001 | 101101 | 11010 |
Color Harmonies of #256236
Complementary color
Monochromatic Colors of #256236
Black with #256236
Text Example
Text Example
White with #256236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256236; }
p { color: rgb(37,98,54); }
H1.HeaderClassName
{
color: #256236;
}
.AnyTagClassName
{
color: #256236;
}
</style>
background-color css
<style>
a { background-color: #256236; }
a { background-color: rgb(37,98,54); }
div.DivClassName
{
background-color: #256236;
}
.BgClassName
{
background-color: #256236;
}
</style>
border-color css
<style>
span { border-color: #256236; }
span { border-color: rgb(37,98,54); }
td.TdClassName
{
border-color: #256236;
}
.TagClassName
{
border-color: #256236;
}
</style>