Shades of Camarone #227C40
Tints of Camarone #227C40
RGB
CMYK
RGB Variations
Color information
#227C40 (or 0x227C40) is known color: Camarone. HEX triplet: 22, 7C and 40. RGB value is (34,124,64). Sum of RGB (Red+Green+Blue) = 34+124+64=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #227C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227C40 is #DD83BF. Grayscale: #5A5A5A. Windows color (decimal): -14517184 or 4226082. OLE color: 4226082.
HSL color Cylindrical-coordinate representation of color #227C40: hue angle of 140º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227C40 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 64 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.51 |
| HSL | 140º | 0.57% | 0.31% | - |
| HSV(B) | 140º | 0.73% | 0.49% | - |
| XYZ | 8.79 | 15.13 | 7.31 | - |
| YUV | 90.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 64 | 0.73 | 0 | 0.48 | 0.51 | 140 | 0.57 | 0.31 |
| Hex | 22 | 7C | 40 | 49 | 0 | 30 | 33 | 8C | 39 | 1F |
| Octal | 42 | 174 | 100 | 111 | 0 | 60 | 63 | 214 | 71 | 37 |
| Binary | 100010 | 1111100 | 1000000 | 1001001 | 0 | 110000 | 110011 | 10001100 | 111001 | 11111 |
Color Harmonies of #227C40
Complementary color
Monochromatic Colors of #227C40
Black with #227C40
Text Example
Text Example
White with #227C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C40; }
p { color: rgb(34,124,64); }
H1.HeaderClassName
{
color: #227C40;
}
.AnyTagClassName
{
color: #227C40;
}
</style>
background-color css
<style>
a { background-color: #227C40; }
a { background-color: rgb(34,124,64); }
div.DivClassName
{
background-color: #227C40;
}
.BgClassName
{
background-color: #227C40;
}
</style>
border-color css
<style>
span { border-color: #227C40; }
span { border-color: rgb(34,124,64); }
td.TdClassName
{
border-color: #227C40;
}
.TagClassName
{
border-color: #227C40;
}
</style>