Shades of Camarone #235D32
Tints of Camarone #235D32
RGB
CMYK
RGB Variations
Color information
#235D32 (or 0x235D32) is known color: Camarone. HEX triplet: 23, 5D and 32. RGB value is (35,93,50). Sum of RGB (Red+Green+Blue) = 35+93+50=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #235D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235D32 is #DCA2CD. Grayscale: #464646. Windows color (decimal): -14459598 or 3300643. OLE color: 3300643.
HSL color Cylindrical-coordinate representation of color #235D32: hue angle of 135.52º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235D32 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 50 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.64 |
| HSL | 135.52º | 0.45% | 0.25% | - |
| HSV(B) | 135.52º | 0.62% | 0.36% | - |
| XYZ | 5.18 | 8.42 | 4.37 | - |
| YUV | 70.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 50 | 0.62 | 0 | 0.46 | 0.64 | 135.52 | 0.45 | 0.25 |
| Hex | 23 | 5D | 32 | 3E | 0 | 2E | 40 | 88 | 2D | 19 |
| Octal | 43 | 135 | 62 | 76 | 0 | 56 | 100 | 210 | 55 | 31 |
| Binary | 100011 | 1011101 | 110010 | 111110 | 0 | 101110 | 1000000 | 10001000 | 101101 | 11001 |
Color Harmonies of #235D32
Complementary color
Monochromatic Colors of #235D32
Black with #235D32
Text Example
Text Example
White with #235D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D32; }
p { color: rgb(35,93,50); }
H1.HeaderClassName
{
color: #235D32;
}
.AnyTagClassName
{
color: #235D32;
}
</style>
background-color css
<style>
a { background-color: #235D32; }
a { background-color: rgb(35,93,50); }
div.DivClassName
{
background-color: #235D32;
}
.BgClassName
{
background-color: #235D32;
}
</style>
border-color css
<style>
span { border-color: #235D32; }
span { border-color: rgb(35,93,50); }
td.TdClassName
{
border-color: #235D32;
}
.TagClassName
{
border-color: #235D32;
}
</style>