Shades of Camarone #156B31
Tints of Camarone #156B31
RGB
CMYK
RGB Variations
Color information
#156B31 (or 0x156B31) is known color: Camarone. HEX triplet: 15, 6B and 31. RGB value is (21,107,49). Sum of RGB (Red+Green+Blue) = 21+107+49=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #156B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B31 is #EA94CE. Grayscale: #4A4A4A. Windows color (decimal): -15373519 or 3238677. OLE color: 3238677.
HSL color Cylindrical-coordinate representation of color #156B31: hue angle of 139.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B31 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 107 | 49 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.58 |
| HSL | 139.53º | 0.67% | 0.25% | - |
| HSV(B) | 139.53º | 0.8% | 0.42% | - |
| XYZ | 6.12 | 10.9 | 4.69 | - |
| YUV | 74.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 49 | 0.80 | 0 | 0.54 | 0.58 | 139.53 | 0.67 | 0.25 |
| Hex | 15 | 6B | 31 | 50 | 0 | 36 | 3A | 8C | 43 | 19 |
| Octal | 25 | 153 | 61 | 120 | 0 | 66 | 72 | 214 | 103 | 31 |
| Binary | 10101 | 1101011 | 110001 | 1010000 | 0 | 110110 | 111010 | 10001100 | 1000011 | 11001 |
Color Harmonies of #156B31
Complementary color
Monochromatic Colors of #156B31
Black with #156B31
Text Example
Text Example
White with #156B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B31; }
p { color: rgb(21,107,49); }
H1.HeaderClassName
{
color: #156B31;
}
.AnyTagClassName
{
color: #156B31;
}
</style>
background-color css
<style>
a { background-color: #156B31; }
a { background-color: rgb(21,107,49); }
div.DivClassName
{
background-color: #156B31;
}
.BgClassName
{
background-color: #156B31;
}
</style>
border-color css
<style>
span { border-color: #156B31; }
span { border-color: rgb(21,107,49); }
td.TdClassName
{
border-color: #156B31;
}
.TagClassName
{
border-color: #156B31;
}
</style>