Shades of Camarone #157C33
Tints of Camarone #157C33
RGB
CMYK
RGB Variations
Color information
#157C33 (or 0x157C33) is known color: Camarone. HEX triplet: 15, 7C and 33. RGB value is (21,124,51). Sum of RGB (Red+Green+Blue) = 21+124+51=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #157C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C33 is #EA83CC. Grayscale: #555555. Windows color (decimal): -15369165 or 3374101. OLE color: 3374101.
HSL color Cylindrical-coordinate representation of color #157C33: hue angle of 137.48º 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 #157C33 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 51 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.51 |
| HSL | 137.48º | 0.71% | 0.28% | - |
| HSV(B) | 137.48º | 0.83% | 0.49% | - |
| XYZ | 8.11 | 14.81 | 5.56 | - |
| YUV | 84.88 | 108.88 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 51 | 0.83 | 0 | 0.59 | 0.51 | 137.48 | 0.71 | 0.28 |
| Hex | 15 | 7C | 33 | 53 | 0 | 3B | 33 | 89 | 47 | 1C |
| Octal | 25 | 174 | 63 | 123 | 0 | 73 | 63 | 211 | 107 | 34 |
| Binary | 10101 | 1111100 | 110011 | 1010011 | 0 | 111011 | 110011 | 10001001 | 1000111 | 11100 |
Color Harmonies of #157C33
Complementary color
Monochromatic Colors of #157C33
Black with #157C33
Text Example
Text Example
White with #157C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C33; }
p { color: rgb(21,124,51); }
H1.HeaderClassName
{
color: #157C33;
}
.AnyTagClassName
{
color: #157C33;
}
</style>
background-color css
<style>
a { background-color: #157C33; }
a { background-color: rgb(21,124,51); }
div.DivClassName
{
background-color: #157C33;
}
.BgClassName
{
background-color: #157C33;
}
</style>
border-color css
<style>
span { border-color: #157C33; }
span { border-color: rgb(21,124,51); }
td.TdClassName
{
border-color: #157C33;
}
.TagClassName
{
border-color: #157C33;
}
</style>