Shades of Camarone #18752A
Tints of Camarone #18752A
RGB
CMYK
RGB Variations
Color information
#18752A (or 0x18752A) is known color: Camarone. HEX triplet: 18, 75 and 2A. RGB value is (24,117,42). Sum of RGB (Red+Green+Blue) = 24+117+42=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #18752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18752A is #E78AD5. Grayscale: #505050. Windows color (decimal): -15174358 or 2782488. OLE color: 2782488.
HSL color Cylindrical-coordinate representation of color #18752A: hue angle of 131.61º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18752A is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 117 | 42 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.54 |
| HSL | 131.61º | 0.66% | 0.28% | - |
| HSV(B) | 131.61º | 0.79% | 0.46% | - |
| XYZ | 7.16 | 13.08 | 4.34 | - |
| YUV | 80.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 42 | 0.79 | 0 | 0.64 | 0.54 | 131.61 | 0.66 | 0.28 |
| Hex | 18 | 75 | 2A | 4F | 0 | 40 | 36 | 84 | 42 | 1C |
| Octal | 30 | 165 | 52 | 117 | 0 | 100 | 66 | 204 | 102 | 34 |
| Binary | 11000 | 1110101 | 101010 | 1001111 | 0 | 1000000 | 110110 | 10000100 | 1000010 | 11100 |
Color Harmonies of #18752A
Complementary color
Monochromatic Colors of #18752A
Black with #18752A
Text Example
Text Example
White with #18752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18752A; }
p { color: rgb(24,117,42); }
H1.HeaderClassName
{
color: #18752A;
}
.AnyTagClassName
{
color: #18752A;
}
</style>
background-color css
<style>
a { background-color: #18752A; }
a { background-color: rgb(24,117,42); }
div.DivClassName
{
background-color: #18752A;
}
.BgClassName
{
background-color: #18752A;
}
</style>
border-color css
<style>
span { border-color: #18752A; }
span { border-color: rgb(24,117,42); }
td.TdClassName
{
border-color: #18752A;
}
.TagClassName
{
border-color: #18752A;
}
</style>