Shades of Camarone #186628
Tints of Camarone #186628
RGB
CMYK
RGB Variations
Color information
#186628 (or 0x186628) is known color: Camarone. HEX triplet: 18, 66 and 28. RGB value is (24,102,40). Sum of RGB (Red+Green+Blue) = 24+102+40=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #186628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186628 is #E799D7. Grayscale: #474747. Windows color (decimal): -15178200 or 2647576. OLE color: 2647576.
HSL color Cylindrical-coordinate representation of color #186628: hue angle of 132.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186628 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 102 | 40 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.6 |
| HSL | 132.31º | 0.62% | 0.25% | - |
| HSV(B) | 132.31º | 0.76% | 0.4% | - |
| XYZ | 5.51 | 9.85 | 3.62 | - |
| YUV | 71.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 40 | 0.76 | 0 | 0.61 | 0.6 | 132.31 | 0.62 | 0.25 |
| Hex | 18 | 66 | 28 | 4C | 0 | 3D | 3C | 84 | 3E | 19 |
| Octal | 30 | 146 | 50 | 114 | 0 | 75 | 74 | 204 | 76 | 31 |
| Binary | 11000 | 1100110 | 101000 | 1001100 | 0 | 111101 | 111100 | 10000100 | 111110 | 11001 |
Color Harmonies of #186628
Complementary color
Monochromatic Colors of #186628
Black with #186628
Text Example
Text Example
White with #186628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186628; }
p { color: rgb(24,102,40); }
H1.HeaderClassName
{
color: #186628;
}
.AnyTagClassName
{
color: #186628;
}
</style>
background-color css
<style>
a { background-color: #186628; }
a { background-color: rgb(24,102,40); }
div.DivClassName
{
background-color: #186628;
}
.BgClassName
{
background-color: #186628;
}
</style>
border-color css
<style>
span { border-color: #186628; }
span { border-color: rgb(24,102,40); }
td.TdClassName
{
border-color: #186628;
}
.TagClassName
{
border-color: #186628;
}
</style>