Shades of Camarone #246834
Tints of Camarone #246834
RGB
CMYK
RGB Variations
Color information
#246834 (or 0x246834) is known color: Camarone. HEX triplet: 24, 68 and 34. RGB value is (36,104,52). Sum of RGB (Red+Green+Blue) = 36+104+52=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #246834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246834 is #DB97CB. Grayscale: #4D4D4D. Windows color (decimal): -14391244 or 3434532. OLE color: 3434532.
HSL color Cylindrical-coordinate representation of color #246834: hue angle of 134.12º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246834 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 104 | 52 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.59 |
| HSL | 134.12º | 0.49% | 0.27% | - |
| HSV(B) | 134.12º | 0.65% | 0.41% | - |
| XYZ | 6.3 | 10.52 | 4.95 | - |
| YUV | 77.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 52 | 0.65 | 0 | 0.50 | 0.59 | 134.12 | 0.49 | 0.27 |
| Hex | 24 | 68 | 34 | 41 | 0 | 32 | 3B | 86 | 31 | 1B |
| Octal | 44 | 150 | 64 | 101 | 0 | 62 | 73 | 206 | 61 | 33 |
| Binary | 100100 | 1101000 | 110100 | 1000001 | 0 | 110010 | 111011 | 10000110 | 110001 | 11011 |
Color Harmonies of #246834
Complementary color
Monochromatic Colors of #246834
Black with #246834
Text Example
Text Example
White with #246834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246834; }
p { color: rgb(36,104,52); }
H1.HeaderClassName
{
color: #246834;
}
.AnyTagClassName
{
color: #246834;
}
</style>
background-color css
<style>
a { background-color: #246834; }
a { background-color: rgb(36,104,52); }
div.DivClassName
{
background-color: #246834;
}
.BgClassName
{
background-color: #246834;
}
</style>
border-color css
<style>
span { border-color: #246834; }
span { border-color: rgb(36,104,52); }
td.TdClassName
{
border-color: #246834;
}
.TagClassName
{
border-color: #246834;
}
</style>