Shades of Camarone #167C31
Tints of Camarone #167C31
RGB
CMYK
RGB Variations
Color information
#167C31 (or 0x167C31) is known color: Camarone. HEX triplet: 16, 7C and 31. RGB value is (22,124,49). Sum of RGB (Red+Green+Blue) = 22+124+49=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #167C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167C31 is #E983CE. Grayscale: #555555. Windows color (decimal): -15303631 or 3243030. OLE color: 3243030.
HSL color Cylindrical-coordinate representation of color #167C31: hue angle of 135.88º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C31 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 49 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.51 |
| HSL | 135.88º | 0.7% | 0.29% | - |
| HSV(B) | 135.88º | 0.82% | 0.49% | - |
| XYZ | 8.09 | 14.81 | 5.34 | - |
| YUV | 84.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 49 | 0.82 | 0 | 0.60 | 0.51 | 135.88 | 0.7 | 0.29 |
| Hex | 16 | 7C | 31 | 52 | 0 | 3C | 33 | 88 | 46 | 1D |
| Octal | 26 | 174 | 61 | 122 | 0 | 74 | 63 | 210 | 106 | 35 |
| Binary | 10110 | 1111100 | 110001 | 1010010 | 0 | 111100 | 110011 | 10001000 | 1000110 | 11101 |
Color Harmonies of #167C31
Complementary color
Monochromatic Colors of #167C31
Black with #167C31
Text Example
Text Example
White with #167C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C31; }
p { color: rgb(22,124,49); }
H1.HeaderClassName
{
color: #167C31;
}
.AnyTagClassName
{
color: #167C31;
}
</style>
background-color css
<style>
a { background-color: #167C31; }
a { background-color: rgb(22,124,49); }
div.DivClassName
{
background-color: #167C31;
}
.BgClassName
{
background-color: #167C31;
}
</style>
border-color css
<style>
span { border-color: #167C31; }
span { border-color: rgb(22,124,49); }
td.TdClassName
{
border-color: #167C31;
}
.TagClassName
{
border-color: #167C31;
}
</style>