Shades of Camarone #256635
Tints of Camarone #256635
RGB
CMYK
RGB Variations
Color information
#256635 (or 0x256635) is known color: Camarone. HEX triplet: 25, 66 and 35. RGB value is (37,102,53). Sum of RGB (Red+Green+Blue) = 37+102+53=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #256635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256635 is #DA99CA. Grayscale: #4D4D4D. Windows color (decimal): -14326219 or 3499557. OLE color: 3499557.
HSL color Cylindrical-coordinate representation of color #256635: hue angle of 134.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256635 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 102 | 53 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.6 |
| HSL | 134.77º | 0.47% | 0.27% | - |
| HSV(B) | 134.77º | 0.64% | 0.4% | - |
| XYZ | 6.16 | 10.15 | 5 | - |
| YUV | 76.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 53 | 0.64 | 0 | 0.48 | 0.6 | 134.77 | 0.47 | 0.27 |
| Hex | 25 | 66 | 35 | 40 | 0 | 30 | 3C | 87 | 2F | 1B |
| Octal | 45 | 146 | 65 | 100 | 0 | 60 | 74 | 207 | 57 | 33 |
| Binary | 100101 | 1100110 | 110101 | 1000000 | 0 | 110000 | 111100 | 10000111 | 101111 | 11011 |
Color Harmonies of #256635
Complementary color
Monochromatic Colors of #256635
Black with #256635
Text Example
Text Example
White with #256635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256635; }
p { color: rgb(37,102,53); }
H1.HeaderClassName
{
color: #256635;
}
.AnyTagClassName
{
color: #256635;
}
</style>
background-color css
<style>
a { background-color: #256635; }
a { background-color: rgb(37,102,53); }
div.DivClassName
{
background-color: #256635;
}
.BgClassName
{
background-color: #256635;
}
</style>
border-color css
<style>
span { border-color: #256635; }
span { border-color: rgb(37,102,53); }
td.TdClassName
{
border-color: #256635;
}
.TagClassName
{
border-color: #256635;
}
</style>