Shades of Camarone #157D31
Tints of Camarone #157D31
RGB
CMYK
RGB Variations
Color information
#157D31 (or 0x157D31) is known color: Camarone. HEX triplet: 15, 7D and 31. RGB value is (21,125,49). Sum of RGB (Red+Green+Blue) = 21+125+49=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #157D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D31 is #EA82CE. Grayscale: #555555. Windows color (decimal): -15368911 or 3243285. OLE color: 3243285.
HSL color Cylindrical-coordinate representation of color #157D31: hue angle of 136.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D31 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 49 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.51 |
| HSL | 136.15º | 0.71% | 0.29% | - |
| HSV(B) | 136.15º | 0.83% | 0.49% | - |
| XYZ | 8.2 | 15.05 | 5.38 | - |
| YUV | 85.24 | 107.54 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 49 | 0.83 | 0 | 0.61 | 0.51 | 136.15 | 0.71 | 0.29 |
| Hex | 15 | 7D | 31 | 53 | 0 | 3D | 33 | 88 | 47 | 1D |
| Octal | 25 | 175 | 61 | 123 | 0 | 75 | 63 | 210 | 107 | 35 |
| Binary | 10101 | 1111101 | 110001 | 1010011 | 0 | 111101 | 110011 | 10001000 | 1000111 | 11101 |
Color Harmonies of #157D31
Complementary color
Monochromatic Colors of #157D31
Black with #157D31
Text Example
Text Example
White with #157D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D31; }
p { color: rgb(21,125,49); }
H1.HeaderClassName
{
color: #157D31;
}
.AnyTagClassName
{
color: #157D31;
}
</style>
background-color css
<style>
a { background-color: #157D31; }
a { background-color: rgb(21,125,49); }
div.DivClassName
{
background-color: #157D31;
}
.BgClassName
{
background-color: #157D31;
}
</style>
border-color css
<style>
span { border-color: #157D31; }
span { border-color: rgb(21,125,49); }
td.TdClassName
{
border-color: #157D31;
}
.TagClassName
{
border-color: #157D31;
}
</style>