Shades of Camarone #157237
Tints of Camarone #157237
RGB
CMYK
RGB Variations
Color information
#157237 (or 0x157237) is known color: Camarone. HEX triplet: 15, 72 and 37. RGB value is (21,114,55). Sum of RGB (Red+Green+Blue) = 21+114+55=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #157237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157237 is #EA8DC8. Grayscale: #4F4F4F. Windows color (decimal): -15371721 or 3633685. OLE color: 3633685.
HSL color Cylindrical-coordinate representation of color #157237: hue angle of 141.94º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157237 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 55 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.55 |
| HSL | 141.94º | 0.69% | 0.26% | - |
| HSV(B) | 141.94º | 0.82% | 0.45% | - |
| XYZ | 7.02 | 12.47 | 5.65 | - |
| YUV | 79.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 55 | 0.82 | 0 | 0.52 | 0.55 | 141.94 | 0.69 | 0.26 |
| Hex | 15 | 72 | 37 | 52 | 0 | 34 | 37 | 8E | 45 | 1A |
| Octal | 25 | 162 | 67 | 122 | 0 | 64 | 67 | 216 | 105 | 32 |
| Binary | 10101 | 1110010 | 110111 | 1010010 | 0 | 110100 | 110111 | 10001110 | 1000101 | 11010 |
Color Harmonies of #157237
Complementary color
Monochromatic Colors of #157237
Black with #157237
Text Example
Text Example
White with #157237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157237; }
p { color: rgb(21,114,55); }
H1.HeaderClassName
{
color: #157237;
}
.AnyTagClassName
{
color: #157237;
}
</style>
background-color css
<style>
a { background-color: #157237; }
a { background-color: rgb(21,114,55); }
div.DivClassName
{
background-color: #157237;
}
.BgClassName
{
background-color: #157237;
}
</style>
border-color css
<style>
span { border-color: #157237; }
span { border-color: rgb(21,114,55); }
td.TdClassName
{
border-color: #157237;
}
.TagClassName
{
border-color: #157237;
}
</style>