Shades of Camarone #157229
Tints of Camarone #157229
RGB
CMYK
RGB Variations
Color information
#157229 (or 0x157229) is known color: Camarone. HEX triplet: 15, 72 and 29. RGB value is (21,114,41). Sum of RGB (Red+Green+Blue) = 21+114+41=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #157229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157229 is #EA8DD6. Grayscale: #4E4E4E. Windows color (decimal): -15371735 or 2716181. OLE color: 2716181.
HSL color Cylindrical-coordinate representation of color #157229: hue angle of 132.9º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157229 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 41 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.55 |
| HSL | 132.9º | 0.69% | 0.26% | - |
| HSV(B) | 132.9º | 0.82% | 0.45% | - |
| XYZ | 6.73 | 12.35 | 4.13 | - |
| YUV | 77.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 41 | 0.82 | 0 | 0.64 | 0.55 | 132.9 | 0.69 | 0.26 |
| Hex | 15 | 72 | 29 | 52 | 0 | 40 | 37 | 85 | 45 | 1A |
| Octal | 25 | 162 | 51 | 122 | 0 | 100 | 67 | 205 | 105 | 32 |
| Binary | 10101 | 1110010 | 101001 | 1010010 | 0 | 1000000 | 110111 | 10000101 | 1000101 | 11010 |
Color Harmonies of #157229
Complementary color
Monochromatic Colors of #157229
Black with #157229
Text Example
Text Example
White with #157229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157229; }
p { color: rgb(21,114,41); }
H1.HeaderClassName
{
color: #157229;
}
.AnyTagClassName
{
color: #157229;
}
</style>
background-color css
<style>
a { background-color: #157229; }
a { background-color: rgb(21,114,41); }
div.DivClassName
{
background-color: #157229;
}
.BgClassName
{
background-color: #157229;
}
</style>
border-color css
<style>
span { border-color: #157229; }
span { border-color: rgb(21,114,41); }
td.TdClassName
{
border-color: #157229;
}
.TagClassName
{
border-color: #157229;
}
</style>