Shades of Camarone #18682F
Tints of Camarone #18682F
RGB
CMYK
RGB Variations
Color information
#18682F (or 0x18682F) is known color: Camarone. HEX triplet: 18, 68 and 2F. RGB value is (24,104,47). Sum of RGB (Red+Green+Blue) = 24+104+47=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #18682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18682F is #E797D0. Grayscale: #494949. Windows color (decimal): -15177681 or 3106840. OLE color: 3106840.
HSL color Cylindrical-coordinate representation of color #18682F: hue angle of 137.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18682F is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 104 | 47 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.59 |
| HSL | 137.25º | 0.63% | 0.25% | - |
| HSV(B) | 137.25º | 0.77% | 0.41% | - |
| XYZ | 5.84 | 10.3 | 4.37 | - |
| YUV | 73.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 47 | 0.77 | 0 | 0.55 | 0.59 | 137.25 | 0.63 | 0.25 |
| Hex | 18 | 68 | 2F | 4D | 0 | 37 | 3B | 89 | 3E | 19 |
| Octal | 30 | 150 | 57 | 115 | 0 | 67 | 73 | 211 | 76 | 31 |
| Binary | 11000 | 1101000 | 101111 | 1001101 | 0 | 110111 | 111011 | 10001001 | 111110 | 11001 |
Color Harmonies of #18682F
Complementary color
Monochromatic Colors of #18682F
Black with #18682F
Text Example
Text Example
White with #18682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18682F; }
p { color: rgb(24,104,47); }
H1.HeaderClassName
{
color: #18682F;
}
.AnyTagClassName
{
color: #18682F;
}
</style>
background-color css
<style>
a { background-color: #18682F; }
a { background-color: rgb(24,104,47); }
div.DivClassName
{
background-color: #18682F;
}
.BgClassName
{
background-color: #18682F;
}
</style>
border-color css
<style>
span { border-color: #18682F; }
span { border-color: rgb(24,104,47); }
td.TdClassName
{
border-color: #18682F;
}
.TagClassName
{
border-color: #18682F;
}
</style>