Shades of Camarone #256935
Tints of Camarone #256935
RGB
CMYK
RGB Variations
Color information
#256935 (or 0x256935) is known color: Camarone. HEX triplet: 25, 69 and 35. RGB value is (37,105,53). Sum of RGB (Red+Green+Blue) = 37+105+53=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #256935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256935 is #DA96CA. Grayscale: #4E4E4E. Windows color (decimal): -14325451 or 3500325. OLE color: 3500325.
HSL color Cylindrical-coordinate representation of color #256935: hue angle of 134.12º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256935 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 105 | 53 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.59 |
| HSL | 134.12º | 0.48% | 0.28% | - |
| HSV(B) | 134.12º | 0.65% | 0.41% | - |
| XYZ | 6.46 | 10.75 | 5.1 | - |
| YUV | 78.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 53 | 0.65 | 0 | 0.50 | 0.59 | 134.12 | 0.48 | 0.28 |
| Hex | 25 | 69 | 35 | 41 | 0 | 32 | 3B | 86 | 30 | 1C |
| Octal | 45 | 151 | 65 | 101 | 0 | 62 | 73 | 206 | 60 | 34 |
| Binary | 100101 | 1101001 | 110101 | 1000001 | 0 | 110010 | 111011 | 10000110 | 110000 | 11100 |
Color Harmonies of #256935
Complementary color
Monochromatic Colors of #256935
Black with #256935
Text Example
Text Example
White with #256935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256935; }
p { color: rgb(37,105,53); }
H1.HeaderClassName
{
color: #256935;
}
.AnyTagClassName
{
color: #256935;
}
</style>
background-color css
<style>
a { background-color: #256935; }
a { background-color: rgb(37,105,53); }
div.DivClassName
{
background-color: #256935;
}
.BgClassName
{
background-color: #256935;
}
</style>
border-color css
<style>
span { border-color: #256935; }
span { border-color: rgb(37,105,53); }
td.TdClassName
{
border-color: #256935;
}
.TagClassName
{
border-color: #256935;
}
</style>