Shades of Camarone #156725
Tints of Camarone #156725
RGB
CMYK
RGB Variations
Color information
#156725 (or 0x156725) is known color: Camarone. HEX triplet: 15, 67 and 25. RGB value is (21,103,37). Sum of RGB (Red+Green+Blue) = 21+103+37=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #156725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156725 is #EA98DA. Grayscale: #474747. Windows color (decimal): -15374555 or 2451221. OLE color: 2451221.
HSL color Cylindrical-coordinate representation of color #156725: hue angle of 131.71º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156725 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 103 | 37 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.60 |
| HSL | 131.71º | 0.66% | 0.24% | - |
| HSV(B) | 131.71º | 0.8% | 0.4% | - |
| XYZ | 5.49 | 9.99 | 3.39 | - |
| YUV | 70.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 37 | 0.80 | 0 | 0.64 | 0.60 | 131.71 | 0.66 | 0.24 |
| Hex | 15 | 67 | 25 | 50 | 0 | 40 | 3C | 84 | 42 | 18 |
| Octal | 25 | 147 | 45 | 120 | 0 | 100 | 74 | 204 | 102 | 30 |
| Binary | 10101 | 1100111 | 100101 | 1010000 | 0 | 1000000 | 111100 | 10000100 | 1000010 | 11000 |
Color Harmonies of #156725
Complementary color
Monochromatic Colors of #156725
Black with #156725
Text Example
Text Example
White with #156725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156725; }
p { color: rgb(21,103,37); }
H1.HeaderClassName
{
color: #156725;
}
.AnyTagClassName
{
color: #156725;
}
</style>
background-color css
<style>
a { background-color: #156725; }
a { background-color: rgb(21,103,37); }
div.DivClassName
{
background-color: #156725;
}
.BgClassName
{
background-color: #156725;
}
</style>
border-color css
<style>
span { border-color: #156725; }
span { border-color: rgb(21,103,37); }
td.TdClassName
{
border-color: #156725;
}
.TagClassName
{
border-color: #156725;
}
</style>