Shades of Camarone #186D32
Tints of Camarone #186D32
RGB
CMYK
RGB Variations
Color information
#186D32 (or 0x186D32) is known color: Camarone. HEX triplet: 18, 6D and 32. RGB value is (24,109,50). Sum of RGB (Red+Green+Blue) = 24+109+50=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 109 (42.97% from 255 or 59.56% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 109 - color contains mainly: green. Hex color #186D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186D32 is #E792CD. Grayscale: #4D4D4D. Windows color (decimal): -15176398 or 3304728. OLE color: 3304728.
HSL color Cylindrical-coordinate representation of color #186D32: hue angle of 138.35º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186D32 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 109 | 50 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.57 |
| HSL | 138.35º | 0.64% | 0.26% | - |
| HSV(B) | 138.35º | 0.78% | 0.43% | - |
| XYZ | 6.42 | 11.36 | 4.87 | - |
| YUV | 76.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 50 | 0.78 | 0 | 0.54 | 0.57 | 138.35 | 0.64 | 0.26 |
| Hex | 18 | 6D | 32 | 4E | 0 | 36 | 39 | 8A | 40 | 1A |
| Octal | 30 | 155 | 62 | 116 | 0 | 66 | 71 | 212 | 100 | 32 |
| Binary | 11000 | 1101101 | 110010 | 1001110 | 0 | 110110 | 111001 | 10001010 | 1000000 | 11010 |
Color Harmonies of #186D32
Complementary color
Monochromatic Colors of #186D32
Black with #186D32
Text Example
Text Example
White with #186D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D32; }
p { color: rgb(24,109,50); }
H1.HeaderClassName
{
color: #186D32;
}
.AnyTagClassName
{
color: #186D32;
}
</style>
background-color css
<style>
a { background-color: #186D32; }
a { background-color: rgb(24,109,50); }
div.DivClassName
{
background-color: #186D32;
}
.BgClassName
{
background-color: #186D32;
}
</style>
border-color css
<style>
span { border-color: #186D32; }
span { border-color: rgb(24,109,50); }
td.TdClassName
{
border-color: #186D32;
}
.TagClassName
{
border-color: #186D32;
}
</style>