Shades of Camarone #246230
Tints of Camarone #246230
RGB
CMYK
RGB Variations
Color information
#246230 (or 0x246230) is known color: Camarone. HEX triplet: 24, 62 and 30. RGB value is (36,98,48). Sum of RGB (Red+Green+Blue) = 36+98+48=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #246230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246230 is #DB9DCF. Grayscale: #494949. Windows color (decimal): -14392784 or 3170852. OLE color: 3170852.
HSL color Cylindrical-coordinate representation of color #246230: hue angle of 131.61º 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 #246230 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 98 | 48 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.62 |
| HSL | 131.61º | 0.46% | 0.26% | - |
| HSV(B) | 131.61º | 0.63% | 0.38% | - |
| XYZ | 5.63 | 9.32 | 4.3 | - |
| YUV | 73.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 48 | 0.63 | 0 | 0.51 | 0.62 | 131.61 | 0.46 | 0.26 |
| Hex | 24 | 62 | 30 | 3F | 0 | 33 | 3E | 84 | 2E | 1A |
| Octal | 44 | 142 | 60 | 77 | 0 | 63 | 76 | 204 | 56 | 32 |
| Binary | 100100 | 1100010 | 110000 | 111111 | 0 | 110011 | 111110 | 10000100 | 101110 | 11010 |
Color Harmonies of #246230
Complementary color
Monochromatic Colors of #246230
Black with #246230
Text Example
Text Example
White with #246230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246230; }
p { color: rgb(36,98,48); }
H1.HeaderClassName
{
color: #246230;
}
.AnyTagClassName
{
color: #246230;
}
</style>
background-color css
<style>
a { background-color: #246230; }
a { background-color: rgb(36,98,48); }
div.DivClassName
{
background-color: #246230;
}
.BgClassName
{
background-color: #246230;
}
</style>
border-color css
<style>
span { border-color: #246230; }
span { border-color: rgb(36,98,48); }
td.TdClassName
{
border-color: #246230;
}
.TagClassName
{
border-color: #246230;
}
</style>