Shades of Camarone #186A28
Tints of Camarone #186A28
RGB
CMYK
RGB Variations
Color information
#186A28 (or 0x186A28) is known color: Camarone. HEX triplet: 18, 6A and 28. RGB value is (24,106,40). Sum of RGB (Red+Green+Blue) = 24+106+40=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 106 (41.80% from 255 or 62.35% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 106 - color contains mainly: green. Hex color #186A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A28 is #E795D7. Grayscale: #4A4A4A. Windows color (decimal): -15177176 or 2648600. OLE color: 2648600.
HSL color Cylindrical-coordinate representation of color #186A28: hue angle of 131.71º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A28 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 40 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.58 |
| HSL | 131.71º | 0.63% | 0.25% | - |
| HSV(B) | 131.71º | 0.77% | 0.42% | - |
| XYZ | 5.91 | 10.66 | 3.75 | - |
| YUV | 73.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 40 | 0.77 | 0 | 0.62 | 0.58 | 131.71 | 0.63 | 0.25 |
| Hex | 18 | 6A | 28 | 4D | 0 | 3E | 3A | 84 | 3F | 19 |
| Octal | 30 | 152 | 50 | 115 | 0 | 76 | 72 | 204 | 77 | 31 |
| Binary | 11000 | 1101010 | 101000 | 1001101 | 0 | 111110 | 111010 | 10000100 | 111111 | 11001 |
Color Harmonies of #186A28
Complementary color
Monochromatic Colors of #186A28
Black with #186A28
Text Example
Text Example
White with #186A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A28; }
p { color: rgb(24,106,40); }
H1.HeaderClassName
{
color: #186A28;
}
.AnyTagClassName
{
color: #186A28;
}
</style>
background-color css
<style>
a { background-color: #186A28; }
a { background-color: rgb(24,106,40); }
div.DivClassName
{
background-color: #186A28;
}
.BgClassName
{
background-color: #186A28;
}
</style>
border-color css
<style>
span { border-color: #186A28; }
span { border-color: rgb(24,106,40); }
td.TdClassName
{
border-color: #186A28;
}
.TagClassName
{
border-color: #186A28;
}
</style>