Shades of Camarone #18772D
Tints of Camarone #18772D
RGB
CMYK
RGB Variations
Color information
#18772D (or 0x18772D) is known color: Camarone. HEX triplet: 18, 77 and 2D. RGB value is (24,119,45). Sum of RGB (Red+Green+Blue) = 24+119+45=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #18772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18772D is #E788D2. Grayscale: #525252. Windows color (decimal): -15173843 or 2979608. OLE color: 2979608.
HSL color Cylindrical-coordinate representation of color #18772D: hue angle of 133.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18772D is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 119 | 45 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.53 |
| HSL | 133.26º | 0.66% | 0.28% | - |
| HSV(B) | 133.26º | 0.8% | 0.47% | - |
| XYZ | 7.45 | 13.58 | 4.71 | - |
| YUV | 82.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 45 | 0.80 | 0 | 0.62 | 0.53 | 133.26 | 0.66 | 0.28 |
| Hex | 18 | 77 | 2D | 50 | 0 | 3E | 35 | 85 | 42 | 1C |
| Octal | 30 | 167 | 55 | 120 | 0 | 76 | 65 | 205 | 102 | 34 |
| Binary | 11000 | 1110111 | 101101 | 1010000 | 0 | 111110 | 110101 | 10000101 | 1000010 | 11100 |
Color Harmonies of #18772D
Complementary color
Monochromatic Colors of #18772D
Black with #18772D
Text Example
Text Example
White with #18772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18772D; }
p { color: rgb(24,119,45); }
H1.HeaderClassName
{
color: #18772D;
}
.AnyTagClassName
{
color: #18772D;
}
</style>
background-color css
<style>
a { background-color: #18772D; }
a { background-color: rgb(24,119,45); }
div.DivClassName
{
background-color: #18772D;
}
.BgClassName
{
background-color: #18772D;
}
</style>
border-color css
<style>
span { border-color: #18772D; }
span { border-color: rgb(24,119,45); }
td.TdClassName
{
border-color: #18772D;
}
.TagClassName
{
border-color: #18772D;
}
</style>