Shades of Camarone #18672D
Tints of Camarone #18672D
RGB
CMYK
RGB Variations
Color information
#18672D (or 0x18672D) is known color: Camarone. HEX triplet: 18, 67 and 2D. RGB value is (24,103,45). Sum of RGB (Red+Green+Blue) = 24+103+45=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #18672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18672D is #E798D2. Grayscale: #484848. Windows color (decimal): -15177939 or 2975512. OLE color: 2975512.
HSL color Cylindrical-coordinate representation of color #18672D: hue angle of 135.95º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18672D is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 103 | 45 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.60 |
| HSL | 135.95º | 0.62% | 0.25% | - |
| HSV(B) | 135.95º | 0.77% | 0.4% | - |
| XYZ | 5.7 | 10.08 | 4.13 | - |
| YUV | 72.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 45 | 0.77 | 0 | 0.56 | 0.60 | 135.95 | 0.62 | 0.25 |
| Hex | 18 | 67 | 2D | 4D | 0 | 38 | 3C | 88 | 3E | 19 |
| Octal | 30 | 147 | 55 | 115 | 0 | 70 | 74 | 210 | 76 | 31 |
| Binary | 11000 | 1100111 | 101101 | 1001101 | 0 | 111000 | 111100 | 10001000 | 111110 | 11001 |
Color Harmonies of #18672D
Complementary color
Monochromatic Colors of #18672D
Black with #18672D
Text Example
Text Example
White with #18672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18672D; }
p { color: rgb(24,103,45); }
H1.HeaderClassName
{
color: #18672D;
}
.AnyTagClassName
{
color: #18672D;
}
</style>
background-color css
<style>
a { background-color: #18672D; }
a { background-color: rgb(24,103,45); }
div.DivClassName
{
background-color: #18672D;
}
.BgClassName
{
background-color: #18672D;
}
</style>
border-color css
<style>
span { border-color: #18672D; }
span { border-color: rgb(24,103,45); }
td.TdClassName
{
border-color: #18672D;
}
.TagClassName
{
border-color: #18672D;
}
</style>