Shades of Camarone #127431
Tints of Camarone #127431
RGB
CMYK
RGB Variations
Color information
#127431 (or 0x127431) is known color: Camarone. HEX triplet: 12, 74 and 31. RGB value is (18,116,49). Sum of RGB (Red+Green+Blue) = 18+116+49=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #127431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127431 is #ED8BCE. Grayscale: #4F4F4F. Windows color (decimal): -15567823 or 3240978. OLE color: 3240978.
HSL color Cylindrical-coordinate representation of color #127431: hue angle of 138.98º 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 #127431 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 49 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.55 |
| HSL | 138.98º | 0.73% | 0.26% | - |
| HSV(B) | 138.98º | 0.84% | 0.45% | - |
| XYZ | 7.05 | 12.84 | 5.01 | - |
| YUV | 79.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 49 | 0.84 | 0 | 0.58 | 0.55 | 138.98 | 0.73 | 0.26 |
| Hex | 12 | 74 | 31 | 54 | 0 | 3A | 37 | 8B | 49 | 1A |
| Octal | 22 | 164 | 61 | 124 | 0 | 72 | 67 | 213 | 111 | 32 |
| Binary | 10010 | 1110100 | 110001 | 1010100 | 0 | 111010 | 110111 | 10001011 | 1001001 | 11010 |
Color Harmonies of #127431
Complementary color
Monochromatic Colors of #127431
Black with #127431
Text Example
Text Example
White with #127431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127431; }
p { color: rgb(18,116,49); }
H1.HeaderClassName
{
color: #127431;
}
.AnyTagClassName
{
color: #127431;
}
</style>
background-color css
<style>
a { background-color: #127431; }
a { background-color: rgb(18,116,49); }
div.DivClassName
{
background-color: #127431;
}
.BgClassName
{
background-color: #127431;
}
</style>
border-color css
<style>
span { border-color: #127431; }
span { border-color: rgb(18,116,49); }
td.TdClassName
{
border-color: #127431;
}
.TagClassName
{
border-color: #127431;
}
</style>