Shades of Camarone #236B32
Tints of Camarone #236B32
RGB
CMYK
RGB Variations
Color information
#236B32 (or 0x236B32) is known color: Camarone. HEX triplet: 23, 6B and 32. RGB value is (35,107,50). Sum of RGB (Red+Green+Blue) = 35+107+50=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #236B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236B32 is #DC94CD. Grayscale: #4F4F4F. Windows color (decimal): -14456014 or 3304227. OLE color: 3304227.
HSL color Cylindrical-coordinate representation of color #236B32: hue angle of 132.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #236B32 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 107 | 50 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.58 |
| HSL | 132.5º | 0.51% | 0.28% | - |
| HSV(B) | 132.5º | 0.67% | 0.42% | - |
| XYZ | 6.53 | 11.1 | 4.82 | - |
| YUV | 78.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 50 | 0.67 | 0 | 0.53 | 0.58 | 132.5 | 0.51 | 0.28 |
| Hex | 23 | 6B | 32 | 43 | 0 | 35 | 3A | 84 | 33 | 1C |
| Octal | 43 | 153 | 62 | 103 | 0 | 65 | 72 | 204 | 63 | 34 |
| Binary | 100011 | 1101011 | 110010 | 1000011 | 0 | 110101 | 111010 | 10000100 | 110011 | 11100 |
Color Harmonies of #236B32
Complementary color
Monochromatic Colors of #236B32
Black with #236B32
Text Example
Text Example
White with #236B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236B32; }
p { color: rgb(35,107,50); }
H1.HeaderClassName
{
color: #236B32;
}
.AnyTagClassName
{
color: #236B32;
}
</style>
background-color css
<style>
a { background-color: #236B32; }
a { background-color: rgb(35,107,50); }
div.DivClassName
{
background-color: #236B32;
}
.BgClassName
{
background-color: #236B32;
}
</style>
border-color css
<style>
span { border-color: #236B32; }
span { border-color: rgb(35,107,50); }
td.TdClassName
{
border-color: #236B32;
}
.TagClassName
{
border-color: #236B32;
}
</style>