Shades of Camarone #18762D
Tints of Camarone #18762D
RGB
CMYK
RGB Variations
Color information
#18762D (or 0x18762D) is known color: Camarone. HEX triplet: 18, 76 and 2D. RGB value is (24,118,45). Sum of RGB (Red+Green+Blue) = 24+118+45=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #18762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18762D is #E789D2. Grayscale: #515151. Windows color (decimal): -15174099 or 2979352. OLE color: 2979352.
HSL color Cylindrical-coordinate representation of color #18762D: hue angle of 133.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18762D is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 118 | 45 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.54 |
| HSL | 133.4º | 0.66% | 0.28% | - |
| HSV(B) | 133.4º | 0.8% | 0.46% | - |
| XYZ | 7.33 | 13.34 | 4.67 | - |
| YUV | 81.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 45 | 0.80 | 0 | 0.62 | 0.54 | 133.4 | 0.66 | 0.28 |
| Hex | 18 | 76 | 2D | 50 | 0 | 3E | 36 | 85 | 42 | 1C |
| Octal | 30 | 166 | 55 | 120 | 0 | 76 | 66 | 205 | 102 | 34 |
| Binary | 11000 | 1110110 | 101101 | 1010000 | 0 | 111110 | 110110 | 10000101 | 1000010 | 11100 |
Color Harmonies of #18762D
Complementary color
Monochromatic Colors of #18762D
Black with #18762D
Text Example
Text Example
White with #18762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18762D; }
p { color: rgb(24,118,45); }
H1.HeaderClassName
{
color: #18762D;
}
.AnyTagClassName
{
color: #18762D;
}
</style>
background-color css
<style>
a { background-color: #18762D; }
a { background-color: rgb(24,118,45); }
div.DivClassName
{
background-color: #18762D;
}
.BgClassName
{
background-color: #18762D;
}
</style>
border-color css
<style>
span { border-color: #18762D; }
span { border-color: rgb(24,118,45); }
td.TdClassName
{
border-color: #18762D;
}
.TagClassName
{
border-color: #18762D;
}
</style>