Shades of Camarone #236330
Tints of Camarone #236330
RGB
CMYK
RGB Variations
Color information
#236330 (or 0x236330) is known color: Camarone. HEX triplet: 23, 63 and 30. RGB value is (35,99,48). Sum of RGB (Red+Green+Blue) = 35+99+48=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #236330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236330 is #DC9CCF. Grayscale: #4A4A4A. Windows color (decimal): -14458064 or 3171107. OLE color: 3171107.
HSL color Cylindrical-coordinate representation of color #236330: hue angle of 132.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #236330 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 99 | 48 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.61 |
| HSL | 132.19º | 0.48% | 0.26% | - |
| HSV(B) | 132.19º | 0.65% | 0.39% | - |
| XYZ | 5.69 | 9.49 | 4.33 | - |
| YUV | 74.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 48 | 0.65 | 0 | 0.52 | 0.61 | 132.19 | 0.48 | 0.26 |
| Hex | 23 | 63 | 30 | 41 | 0 | 34 | 3D | 84 | 30 | 1A |
| Octal | 43 | 143 | 60 | 101 | 0 | 64 | 75 | 204 | 60 | 32 |
| Binary | 100011 | 1100011 | 110000 | 1000001 | 0 | 110100 | 111101 | 10000100 | 110000 | 11010 |
Color Harmonies of #236330
Complementary color
Monochromatic Colors of #236330
Black with #236330
Text Example
Text Example
White with #236330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236330; }
p { color: rgb(35,99,48); }
H1.HeaderClassName
{
color: #236330;
}
.AnyTagClassName
{
color: #236330;
}
</style>
background-color css
<style>
a { background-color: #236330; }
a { background-color: rgb(35,99,48); }
div.DivClassName
{
background-color: #236330;
}
.BgClassName
{
background-color: #236330;
}
</style>
border-color css
<style>
span { border-color: #236330; }
span { border-color: rgb(35,99,48); }
td.TdClassName
{
border-color: #236330;
}
.TagClassName
{
border-color: #236330;
}
</style>