Shades of Camarone #157228
Tints of Camarone #157228
RGB
CMYK
RGB Variations
Color information
#157228 (or 0x157228) is known color: Camarone. HEX triplet: 15, 72 and 28. RGB value is (21,114,40). Sum of RGB (Red+Green+Blue) = 21+114+40=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #157228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157228 is #EA8DD7. Grayscale: #4D4D4D. Windows color (decimal): -15371736 or 2650645. OLE color: 2650645.
HSL color Cylindrical-coordinate representation of color #157228: hue angle of 132.26º 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 #157228 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 40 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.55 |
| HSL | 132.26º | 0.69% | 0.26% | - |
| HSV(B) | 132.26º | 0.82% | 0.45% | - |
| XYZ | 6.71 | 12.35 | 4.04 | - |
| YUV | 77.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 40 | 0.82 | 0 | 0.65 | 0.55 | 132.26 | 0.69 | 0.26 |
| Hex | 15 | 72 | 28 | 52 | 0 | 41 | 37 | 84 | 45 | 1A |
| Octal | 25 | 162 | 50 | 122 | 0 | 101 | 67 | 204 | 105 | 32 |
| Binary | 10101 | 1110010 | 101000 | 1010010 | 0 | 1000001 | 110111 | 10000100 | 1000101 | 11010 |
Color Harmonies of #157228
Complementary color
Monochromatic Colors of #157228
Black with #157228
Text Example
Text Example
White with #157228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157228; }
p { color: rgb(21,114,40); }
H1.HeaderClassName
{
color: #157228;
}
.AnyTagClassName
{
color: #157228;
}
</style>
background-color css
<style>
a { background-color: #157228; }
a { background-color: rgb(21,114,40); }
div.DivClassName
{
background-color: #157228;
}
.BgClassName
{
background-color: #157228;
}
</style>
border-color css
<style>
span { border-color: #157228; }
span { border-color: rgb(21,114,40); }
td.TdClassName
{
border-color: #157228;
}
.TagClassName
{
border-color: #157228;
}
</style>