Shades of Camarone #246235
Tints of Camarone #246235
RGB
CMYK
RGB Variations
Color information
#246235 (or 0x246235) is known color: Camarone. HEX triplet: 24, 62 and 35. RGB value is (36,98,53). Sum of RGB (Red+Green+Blue) = 36+98+53=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #246235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246235 is #DB9DCA. Grayscale: #4A4A4A. Windows color (decimal): -14392779 or 3498532. OLE color: 3498532.
HSL color Cylindrical-coordinate representation of color #246235: hue angle of 136.45º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #246235 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 98 | 53 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.62 |
| HSL | 136.45º | 0.46% | 0.26% | - |
| HSV(B) | 136.45º | 0.63% | 0.38% | - |
| XYZ | 5.74 | 9.37 | 4.87 | - |
| YUV | 74.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 53 | 0.63 | 0 | 0.46 | 0.62 | 136.45 | 0.46 | 0.26 |
| Hex | 24 | 62 | 35 | 3F | 0 | 2E | 3E | 88 | 2E | 1A |
| Octal | 44 | 142 | 65 | 77 | 0 | 56 | 76 | 210 | 56 | 32 |
| Binary | 100100 | 1100010 | 110101 | 111111 | 0 | 101110 | 111110 | 10001000 | 101110 | 11010 |
Color Harmonies of #246235
Complementary color
Monochromatic Colors of #246235
Black with #246235
Text Example
Text Example
White with #246235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246235; }
p { color: rgb(36,98,53); }
H1.HeaderClassName
{
color: #246235;
}
.AnyTagClassName
{
color: #246235;
}
</style>
background-color css
<style>
a { background-color: #246235; }
a { background-color: rgb(36,98,53); }
div.DivClassName
{
background-color: #246235;
}
.BgClassName
{
background-color: #246235;
}
</style>
border-color css
<style>
span { border-color: #246235; }
span { border-color: rgb(36,98,53); }
td.TdClassName
{
border-color: #246235;
}
.TagClassName
{
border-color: #246235;
}
</style>