Shades of Camarone #237C3C
Tints of Camarone #237C3C
RGB
CMYK
RGB Variations
Color information
#237C3C (or 0x237C3C) is known color: Camarone. HEX triplet: 23, 7C and 3C. RGB value is (35,124,60). Sum of RGB (Red+Green+Blue) = 35+124+60=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #237C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237C3C is #DC83C3. Grayscale: #5A5A5A. Windows color (decimal): -14451652 or 3963939. OLE color: 3963939.
HSL color Cylindrical-coordinate representation of color #237C3C: hue angle of 136.85º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C3C is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 60 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.51 |
| HSL | 136.85º | 0.56% | 0.31% | - |
| HSV(B) | 136.85º | 0.72% | 0.49% | - |
| XYZ | 8.72 | 15.1 | 6.73 | - |
| YUV | 90.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 60 | 0.72 | 0 | 0.52 | 0.51 | 136.85 | 0.56 | 0.31 |
| Hex | 23 | 7C | 3C | 48 | 0 | 34 | 33 | 89 | 38 | 1F |
| Octal | 43 | 174 | 74 | 110 | 0 | 64 | 63 | 211 | 70 | 37 |
| Binary | 100011 | 1111100 | 111100 | 1001000 | 0 | 110100 | 110011 | 10001001 | 111000 | 11111 |
Color Harmonies of #237C3C
Complementary color
Monochromatic Colors of #237C3C
Black with #237C3C
Text Example
Text Example
White with #237C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C3C; }
p { color: rgb(35,124,60); }
H1.HeaderClassName
{
color: #237C3C;
}
.AnyTagClassName
{
color: #237C3C;
}
</style>
background-color css
<style>
a { background-color: #237C3C; }
a { background-color: rgb(35,124,60); }
div.DivClassName
{
background-color: #237C3C;
}
.BgClassName
{
background-color: #237C3C;
}
</style>
border-color css
<style>
span { border-color: #237C3C; }
span { border-color: rgb(35,124,60); }
td.TdClassName
{
border-color: #237C3C;
}
.TagClassName
{
border-color: #237C3C;
}
</style>