Shades of Camarone #157C34
Tints of Camarone #157C34
RGB
CMYK
RGB Variations
Color information
#157C34 (or 0x157C34) is known color: Camarone. HEX triplet: 15, 7C and 34. RGB value is (21,124,52). Sum of RGB (Red+Green+Blue) = 21+124+52=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #157C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C34 is #EA83CB. Grayscale: #555555. Windows color (decimal): -15369164 or 3439637. OLE color: 3439637.
HSL color Cylindrical-coordinate representation of color #157C34: hue angle of 138.06º 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 #157C34 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 52 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.51 |
| HSL | 138.06º | 0.71% | 0.28% | - |
| HSV(B) | 138.06º | 0.83% | 0.49% | - |
| XYZ | 8.14 | 14.82 | 5.68 | - |
| YUV | 85 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 52 | 0.83 | 0 | 0.58 | 0.51 | 138.06 | 0.71 | 0.28 |
| Hex | 15 | 7C | 34 | 53 | 0 | 3A | 33 | 8A | 47 | 1C |
| Octal | 25 | 174 | 64 | 123 | 0 | 72 | 63 | 212 | 107 | 34 |
| Binary | 10101 | 1111100 | 110100 | 1010011 | 0 | 111010 | 110011 | 10001010 | 1000111 | 11100 |
Color Harmonies of #157C34
Complementary color
Monochromatic Colors of #157C34
Black with #157C34
Text Example
Text Example
White with #157C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C34; }
p { color: rgb(21,124,52); }
H1.HeaderClassName
{
color: #157C34;
}
.AnyTagClassName
{
color: #157C34;
}
</style>
background-color css
<style>
a { background-color: #157C34; }
a { background-color: rgb(21,124,52); }
div.DivClassName
{
background-color: #157C34;
}
.BgClassName
{
background-color: #157C34;
}
</style>
border-color css
<style>
span { border-color: #157C34; }
span { border-color: rgb(21,124,52); }
td.TdClassName
{
border-color: #157C34;
}
.TagClassName
{
border-color: #157C34;
}
</style>