Shades of Camarone #246335
Tints of Camarone #246335
RGB
CMYK
RGB Variations
Color information
#246335 (or 0x246335) is known color: Camarone. HEX triplet: 24, 63 and 35. RGB value is (36,99,53). Sum of RGB (Red+Green+Blue) = 36+99+53=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #246335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246335 is #DB9CCA. Grayscale: #4B4B4B. Windows color (decimal): -14392523 or 3498788. OLE color: 3498788.
HSL color Cylindrical-coordinate representation of color #246335: hue angle of 136.19º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246335 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 99 | 53 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.61 |
| HSL | 136.19º | 0.47% | 0.26% | - |
| HSV(B) | 136.19º | 0.64% | 0.39% | - |
| XYZ | 5.83 | 9.56 | 4.91 | - |
| YUV | 74.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 53 | 0.64 | 0 | 0.46 | 0.61 | 136.19 | 0.47 | 0.26 |
| Hex | 24 | 63 | 35 | 40 | 0 | 2E | 3D | 88 | 2F | 1A |
| Octal | 44 | 143 | 65 | 100 | 0 | 56 | 75 | 210 | 57 | 32 |
| Binary | 100100 | 1100011 | 110101 | 1000000 | 0 | 101110 | 111101 | 10001000 | 101111 | 11010 |
Color Harmonies of #246335
Complementary color
Monochromatic Colors of #246335
Black with #246335
Text Example
Text Example
White with #246335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246335; }
p { color: rgb(36,99,53); }
H1.HeaderClassName
{
color: #246335;
}
.AnyTagClassName
{
color: #246335;
}
</style>
background-color css
<style>
a { background-color: #246335; }
a { background-color: rgb(36,99,53); }
div.DivClassName
{
background-color: #246335;
}
.BgClassName
{
background-color: #246335;
}
</style>
border-color css
<style>
span { border-color: #246335; }
span { border-color: rgb(36,99,53); }
td.TdClassName
{
border-color: #246335;
}
.TagClassName
{
border-color: #246335;
}
</style>