Shades of Camarone #236236
Tints of Camarone #236236
RGB
CMYK
RGB Variations
Color information
#236236 (or 0x236236) is known color: Camarone. HEX triplet: 23, 62 and 36. RGB value is (35,98,54). Sum of RGB (Red+Green+Blue) = 35+98+54=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #236236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236236 is #DC9DC9. Grayscale: #4A4A4A. Windows color (decimal): -14458314 or 3564067. OLE color: 3564067.
HSL color Cylindrical-coordinate representation of color #236236: hue angle of 138.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #236236 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 98 | 54 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.62 |
| HSL | 138.1º | 0.47% | 0.26% | - |
| HSV(B) | 138.1º | 0.64% | 0.38% | - |
| XYZ | 5.73 | 9.36 | 4.99 | - |
| YUV | 74.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 54 | 0.64 | 0 | 0.45 | 0.62 | 138.1 | 0.47 | 0.26 |
| Hex | 23 | 62 | 36 | 40 | 0 | 2D | 3E | 8A | 2F | 1A |
| Octal | 43 | 142 | 66 | 100 | 0 | 55 | 76 | 212 | 57 | 32 |
| Binary | 100011 | 1100010 | 110110 | 1000000 | 0 | 101101 | 111110 | 10001010 | 101111 | 11010 |
Color Harmonies of #236236
Complementary color
Monochromatic Colors of #236236
Black with #236236
Text Example
Text Example
White with #236236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236236; }
p { color: rgb(35,98,54); }
H1.HeaderClassName
{
color: #236236;
}
.AnyTagClassName
{
color: #236236;
}
</style>
background-color css
<style>
a { background-color: #236236; }
a { background-color: rgb(35,98,54); }
div.DivClassName
{
background-color: #236236;
}
.BgClassName
{
background-color: #236236;
}
</style>
border-color css
<style>
span { border-color: #236236; }
span { border-color: rgb(35,98,54); }
td.TdClassName
{
border-color: #236236;
}
.TagClassName
{
border-color: #236236;
}
</style>