Shades of Camarone #157A32
Tints of Camarone #157A32
RGB
CMYK
RGB Variations
Color information
#157A32 (or 0x157A32) is known color: Camarone. HEX triplet: 15, 7A and 32. RGB value is (21,122,50). Sum of RGB (Red+Green+Blue) = 21+122+50=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #157A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157A32 is #EA85CD. Grayscale: #535353. Windows color (decimal): -15369678 or 3308053. OLE color: 3308053.
HSL color Cylindrical-coordinate representation of color #157A32: hue angle of 137.23º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157A32 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 122 | 50 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.52 |
| HSL | 137.23º | 0.71% | 0.28% | - |
| HSV(B) | 137.23º | 0.83% | 0.48% | - |
| XYZ | 7.84 | 14.31 | 5.37 | - |
| YUV | 83.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 50 | 0.83 | 0 | 0.59 | 0.52 | 137.23 | 0.71 | 0.28 |
| Hex | 15 | 7A | 32 | 53 | 0 | 3B | 34 | 89 | 47 | 1C |
| Octal | 25 | 172 | 62 | 123 | 0 | 73 | 64 | 211 | 107 | 34 |
| Binary | 10101 | 1111010 | 110010 | 1010011 | 0 | 111011 | 110100 | 10001001 | 1000111 | 11100 |
Color Harmonies of #157A32
Complementary color
Monochromatic Colors of #157A32
Black with #157A32
Text Example
Text Example
White with #157A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157A32; }
p { color: rgb(21,122,50); }
H1.HeaderClassName
{
color: #157A32;
}
.AnyTagClassName
{
color: #157A32;
}
</style>
background-color css
<style>
a { background-color: #157A32; }
a { background-color: rgb(21,122,50); }
div.DivClassName
{
background-color: #157A32;
}
.BgClassName
{
background-color: #157A32;
}
</style>
border-color css
<style>
span { border-color: #157A32; }
span { border-color: rgb(21,122,50); }
td.TdClassName
{
border-color: #157A32;
}
.TagClassName
{
border-color: #157A32;
}
</style>