Shades of Camarone #156D31
Tints of Camarone #156D31
RGB
CMYK
RGB Variations
Color information
#156D31 (or 0x156D31) is known color: Camarone. HEX triplet: 15, 6D and 31. RGB value is (21,109,49). Sum of RGB (Red+Green+Blue) = 21+109+49=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 109 (42.97% from 255 or 60.89% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 109 - color contains mainly: green. Hex color #156D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D31 is #EA92CE. Grayscale: #4C4C4C. Windows color (decimal): -15373007 or 3239189. OLE color: 3239189.
HSL color Cylindrical-coordinate representation of color #156D31: hue angle of 139.09º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D31 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 109 | 49 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.57 |
| HSL | 139.09º | 0.68% | 0.25% | - |
| HSV(B) | 139.09º | 0.81% | 0.43% | - |
| XYZ | 6.33 | 11.32 | 4.76 | - |
| YUV | 75.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 49 | 0.81 | 0 | 0.55 | 0.57 | 139.09 | 0.68 | 0.25 |
| Hex | 15 | 6D | 31 | 51 | 0 | 37 | 39 | 8B | 44 | 19 |
| Octal | 25 | 155 | 61 | 121 | 0 | 67 | 71 | 213 | 104 | 31 |
| Binary | 10101 | 1101101 | 110001 | 1010001 | 0 | 110111 | 111001 | 10001011 | 1000100 | 11001 |
Color Harmonies of #156D31
Complementary color
Monochromatic Colors of #156D31
Black with #156D31
Text Example
Text Example
White with #156D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156D31; }
p { color: rgb(21,109,49); }
H1.HeaderClassName
{
color: #156D31;
}
.AnyTagClassName
{
color: #156D31;
}
</style>
background-color css
<style>
a { background-color: #156D31; }
a { background-color: rgb(21,109,49); }
div.DivClassName
{
background-color: #156D31;
}
.BgClassName
{
background-color: #156D31;
}
</style>
border-color css
<style>
span { border-color: #156D31; }
span { border-color: rgb(21,109,49); }
td.TdClassName
{
border-color: #156D31;
}
.TagClassName
{
border-color: #156D31;
}
</style>