Shades of Camarone #186636
Tints of Camarone #186636
RGB
CMYK
RGB Variations
Color information
#186636 (or 0x186636) is known color: Camarone. HEX triplet: 18, 66 and 36. RGB value is (24,102,54). Sum of RGB (Red+Green+Blue) = 24+102+54=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #186636 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186636 is #E799C9. Grayscale: #494949. Windows color (decimal): -15178186 or 3565080. OLE color: 3565080.
HSL color Cylindrical-coordinate representation of color #186636: hue angle of 143.08º 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 #186636 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 102 | 54 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.6 |
| HSL | 143.08º | 0.62% | 0.25% | - |
| HSV(B) | 143.08º | 0.76% | 0.4% | - |
| XYZ | 5.79 | 9.96 | 5.11 | - |
| YUV | 73.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 54 | 0.76 | 0 | 0.47 | 0.6 | 143.08 | 0.62 | 0.25 |
| Hex | 18 | 66 | 36 | 4C | 0 | 2F | 3C | 8F | 3E | 19 |
| Octal | 30 | 146 | 66 | 114 | 0 | 57 | 74 | 217 | 76 | 31 |
| Binary | 11000 | 1100110 | 110110 | 1001100 | 0 | 101111 | 111100 | 10001111 | 111110 | 11001 |
Color Harmonies of #186636
Complementary color
Monochromatic Colors of #186636
Black with #186636
Text Example
Text Example
White with #186636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186636; }
p { color: rgb(24,102,54); }
H1.HeaderClassName
{
color: #186636;
}
.AnyTagClassName
{
color: #186636;
}
</style>
background-color css
<style>
a { background-color: #186636; }
a { background-color: rgb(24,102,54); }
div.DivClassName
{
background-color: #186636;
}
.BgClassName
{
background-color: #186636;
}
</style>
border-color css
<style>
span { border-color: #186636; }
span { border-color: rgb(24,102,54); }
td.TdClassName
{
border-color: #186636;
}
.TagClassName
{
border-color: #186636;
}
</style>