Shades of Camarone #256535
Tints of Camarone #256535
RGB
CMYK
RGB Variations
Color information
#256535 (or 0x256535) is known color: Camarone. HEX triplet: 25, 65 and 35. RGB value is (37,101,53). Sum of RGB (Red+Green+Blue) = 37+101+53=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #256535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256535 is #DA9ACA. Grayscale: #4C4C4C. Windows color (decimal): -14326475 or 3499301. OLE color: 3499301.
HSL color Cylindrical-coordinate representation of color #256535: hue angle of 135º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256535 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 53 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.60 |
| HSL | 135º | 0.46% | 0.27% | - |
| HSV(B) | 135º | 0.63% | 0.4% | - |
| XYZ | 6.06 | 9.96 | 4.97 | - |
| YUV | 76.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 53 | 0.63 | 0 | 0.48 | 0.60 | 135 | 0.46 | 0.27 |
| Hex | 25 | 65 | 35 | 3F | 0 | 30 | 3C | 87 | 2E | 1B |
| Octal | 45 | 145 | 65 | 77 | 0 | 60 | 74 | 207 | 56 | 33 |
| Binary | 100101 | 1100101 | 110101 | 111111 | 0 | 110000 | 111100 | 10000111 | 101110 | 11011 |
Color Harmonies of #256535
Complementary color
Monochromatic Colors of #256535
Black with #256535
Text Example
Text Example
White with #256535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256535; }
p { color: rgb(37,101,53); }
H1.HeaderClassName
{
color: #256535;
}
.AnyTagClassName
{
color: #256535;
}
</style>
background-color css
<style>
a { background-color: #256535; }
a { background-color: rgb(37,101,53); }
div.DivClassName
{
background-color: #256535;
}
.BgClassName
{
background-color: #256535;
}
</style>
border-color css
<style>
span { border-color: #256535; }
span { border-color: rgb(37,101,53); }
td.TdClassName
{
border-color: #256535;
}
.TagClassName
{
border-color: #256535;
}
</style>