Shades of Camarone #157424
Tints of Camarone #157424
RGB
CMYK
RGB Variations
Color information
#157424 (or 0x157424) is known color: Camarone. HEX triplet: 15, 74 and 24. RGB value is (21,116,36). Sum of RGB (Red+Green+Blue) = 21+116+36=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #157424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157424 is #EA8BDB. Grayscale: #4E4E4E. Windows color (decimal): -15371228 or 2389013. OLE color: 2389013.
HSL color Cylindrical-coordinate representation of color #157424: hue angle of 129.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157424 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 36 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.55 |
| HSL | 129.47º | 0.69% | 0.27% | - |
| HSV(B) | 129.47º | 0.82% | 0.45% | - |
| XYZ | 6.87 | 12.78 | 3.77 | - |
| YUV | 78.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 36 | 0.82 | 0 | 0.69 | 0.55 | 129.47 | 0.69 | 0.27 |
| Hex | 15 | 74 | 24 | 52 | 0 | 45 | 37 | 81 | 45 | 1B |
| Octal | 25 | 164 | 44 | 122 | 0 | 105 | 67 | 201 | 105 | 33 |
| Binary | 10101 | 1110100 | 100100 | 1010010 | 0 | 1000101 | 110111 | 10000001 | 1000101 | 11011 |
Color Harmonies of #157424
Complementary color
Monochromatic Colors of #157424
Black with #157424
Text Example
Text Example
White with #157424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157424; }
p { color: rgb(21,116,36); }
H1.HeaderClassName
{
color: #157424;
}
.AnyTagClassName
{
color: #157424;
}
</style>
background-color css
<style>
a { background-color: #157424; }
a { background-color: rgb(21,116,36); }
div.DivClassName
{
background-color: #157424;
}
.BgClassName
{
background-color: #157424;
}
</style>
border-color css
<style>
span { border-color: #157424; }
span { border-color: rgb(21,116,36); }
td.TdClassName
{
border-color: #157424;
}
.TagClassName
{
border-color: #157424;
}
</style>