Shades of Camarone #127236
Tints of Camarone #127236
RGB
CMYK
RGB Variations
Color information
#127236 (or 0x127236) is known color: Camarone. HEX triplet: 12, 72 and 36. RGB value is (18,114,54). Sum of RGB (Red+Green+Blue) = 18+114+54=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #127236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127236 is #ED8DC9. Grayscale: #4E4E4E. Windows color (decimal): -15568330 or 3568146. OLE color: 3568146.
HSL color Cylindrical-coordinate representation of color #127236: hue angle of 142.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127236 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 54 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.55 |
| HSL | 142.5º | 0.73% | 0.26% | - |
| HSV(B) | 142.5º | 0.84% | 0.45% | - |
| XYZ | 6.93 | 12.43 | 5.52 | - |
| YUV | 78.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 54 | 0.84 | 0 | 0.53 | 0.55 | 142.5 | 0.73 | 0.26 |
| Hex | 12 | 72 | 36 | 54 | 0 | 35 | 37 | 8E | 49 | 1A |
| Octal | 22 | 162 | 66 | 124 | 0 | 65 | 67 | 216 | 111 | 32 |
| Binary | 10010 | 1110010 | 110110 | 1010100 | 0 | 110101 | 110111 | 10001110 | 1001001 | 11010 |
Color Harmonies of #127236
Complementary color
Monochromatic Colors of #127236
Black with #127236
Text Example
Text Example
White with #127236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127236; }
p { color: rgb(18,114,54); }
H1.HeaderClassName
{
color: #127236;
}
.AnyTagClassName
{
color: #127236;
}
</style>
background-color css
<style>
a { background-color: #127236; }
a { background-color: rgb(18,114,54); }
div.DivClassName
{
background-color: #127236;
}
.BgClassName
{
background-color: #127236;
}
</style>
border-color css
<style>
span { border-color: #127236; }
span { border-color: rgb(18,114,54); }
td.TdClassName
{
border-color: #127236;
}
.TagClassName
{
border-color: #127236;
}
</style>