Shades of Camarone #12752C
Tints of Camarone #12752C
RGB
CMYK
RGB Variations
Color information
#12752C (or 0x12752C) is known color: Camarone. HEX triplet: 12, 75 and 2C. RGB value is (18,117,44). Sum of RGB (Red+Green+Blue) = 18+117+44=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 117 (46.09% from 255 or 65.36% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 117 - color contains mainly: green. Hex color #12752C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12752C is #ED8AD3. Grayscale: #4F4F4F. Windows color (decimal): -15567572 or 2913554. OLE color: 2913554.
HSL color Cylindrical-coordinate representation of color #12752C: hue angle of 135.76º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12752C is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 44 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.54 |
| HSL | 135.76º | 0.73% | 0.26% | - |
| HSV(B) | 135.76º | 0.85% | 0.46% | - |
| XYZ | 7.07 | 13.03 | 4.53 | - |
| YUV | 79.08 | 108.2 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 44 | 0.85 | 0 | 0.62 | 0.54 | 135.76 | 0.73 | 0.26 |
| Hex | 12 | 75 | 2C | 55 | 0 | 3E | 36 | 88 | 49 | 1A |
| Octal | 22 | 165 | 54 | 125 | 0 | 76 | 66 | 210 | 111 | 32 |
| Binary | 10010 | 1110101 | 101100 | 1010101 | 0 | 111110 | 110110 | 10001000 | 1001001 | 11010 |
Color Harmonies of #12752C
Complementary color
Monochromatic Colors of #12752C
Black with #12752C
Text Example
Text Example
White with #12752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12752C; }
p { color: rgb(18,117,44); }
H1.HeaderClassName
{
color: #12752C;
}
.AnyTagClassName
{
color: #12752C;
}
</style>
background-color css
<style>
a { background-color: #12752C; }
a { background-color: rgb(18,117,44); }
div.DivClassName
{
background-color: #12752C;
}
.BgClassName
{
background-color: #12752C;
}
</style>
border-color css
<style>
span { border-color: #12752C; }
span { border-color: rgb(18,117,44); }
td.TdClassName
{
border-color: #12752C;
}
.TagClassName
{
border-color: #12752C;
}
</style>