Shades of Camarone #157C31
Tints of Camarone #157C31
RGB
CMYK
RGB Variations
Color information
#157C31 (or 0x157C31) is known color: Camarone. HEX triplet: 15, 7C and 31. RGB value is (21,124,49). Sum of RGB (Red+Green+Blue) = 21+124+49=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #157C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C31 is #EA83CE. Grayscale: #545454. Windows color (decimal): -15369167 or 3243029. OLE color: 3243029.
HSL color Cylindrical-coordinate representation of color #157C31: hue angle of 136.31º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C31 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 49 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.51 |
| HSL | 136.31º | 0.71% | 0.28% | - |
| HSV(B) | 136.31º | 0.83% | 0.49% | - |
| XYZ | 8.07 | 14.8 | 5.34 | - |
| YUV | 84.65 | 107.88 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 49 | 0.83 | 0 | 0.60 | 0.51 | 136.31 | 0.71 | 0.28 |
| Hex | 15 | 7C | 31 | 53 | 0 | 3C | 33 | 88 | 47 | 1C |
| Octal | 25 | 174 | 61 | 123 | 0 | 74 | 63 | 210 | 107 | 34 |
| Binary | 10101 | 1111100 | 110001 | 1010011 | 0 | 111100 | 110011 | 10001000 | 1000111 | 11100 |
Color Harmonies of #157C31
Complementary color
Monochromatic Colors of #157C31
Black with #157C31
Text Example
Text Example
White with #157C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C31; }
p { color: rgb(21,124,49); }
H1.HeaderClassName
{
color: #157C31;
}
.AnyTagClassName
{
color: #157C31;
}
</style>
background-color css
<style>
a { background-color: #157C31; }
a { background-color: rgb(21,124,49); }
div.DivClassName
{
background-color: #157C31;
}
.BgClassName
{
background-color: #157C31;
}
</style>
border-color css
<style>
span { border-color: #157C31; }
span { border-color: rgb(21,124,49); }
td.TdClassName
{
border-color: #157C31;
}
.TagClassName
{
border-color: #157C31;
}
</style>