Shades of Camarone #225D31
Tints of Camarone #225D31
RGB
CMYK
RGB Variations
Color information
#225D31 (or 0x225D31) is known color: Camarone. HEX triplet: 22, 5D and 31. RGB value is (34,93,49). Sum of RGB (Red+Green+Blue) = 34+93+49=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #225D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D31 is #DDA2CE. Grayscale: #464646. Windows color (decimal): -14525135 or 3235106. OLE color: 3235106.
HSL color Cylindrical-coordinate representation of color #225D31: hue angle of 135.25º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225D31 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 49 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.64 |
| HSL | 135.25º | 0.46% | 0.25% | - |
| HSV(B) | 135.25º | 0.63% | 0.36% | - |
| XYZ | 5.13 | 8.39 | 4.25 | - |
| YUV | 70.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 49 | 0.63 | 0 | 0.47 | 0.64 | 135.25 | 0.46 | 0.25 |
| Hex | 22 | 5D | 31 | 3F | 0 | 2F | 40 | 87 | 2E | 19 |
| Octal | 42 | 135 | 61 | 77 | 0 | 57 | 100 | 207 | 56 | 31 |
| Binary | 100010 | 1011101 | 110001 | 111111 | 0 | 101111 | 1000000 | 10000111 | 101110 | 11001 |
Color Harmonies of #225D31
Complementary color
Monochromatic Colors of #225D31
Black with #225D31
Text Example
Text Example
White with #225D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D31; }
p { color: rgb(34,93,49); }
H1.HeaderClassName
{
color: #225D31;
}
.AnyTagClassName
{
color: #225D31;
}
</style>
background-color css
<style>
a { background-color: #225D31; }
a { background-color: rgb(34,93,49); }
div.DivClassName
{
background-color: #225D31;
}
.BgClassName
{
background-color: #225D31;
}
</style>
border-color css
<style>
span { border-color: #225D31; }
span { border-color: rgb(34,93,49); }
td.TdClassName
{
border-color: #225D31;
}
.TagClassName
{
border-color: #225D31;
}
</style>