Shades of Camarone #127128
Tints of Camarone #127128
RGB
CMYK
RGB Variations
Color information
#127128 (or 0x127128) is known color: Camarone. HEX triplet: 12, 71 and 28. RGB value is (18,113,40). Sum of RGB (Red+Green+Blue) = 18+113+40=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #127128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127128 is #ED8ED7. Grayscale: #4C4C4C. Windows color (decimal): -15568600 or 2650386. OLE color: 2650386.
HSL color Cylindrical-coordinate representation of color #127128: hue angle of 133.89º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127128 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 40 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.56 |
| HSL | 133.89º | 0.73% | 0.26% | - |
| HSV(B) | 133.89º | 0.84% | 0.44% | - |
| XYZ | 6.54 | 12.09 | 4 | - |
| YUV | 76.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 40 | 0.84 | 0 | 0.65 | 0.56 | 133.89 | 0.73 | 0.26 |
| Hex | 12 | 71 | 28 | 54 | 0 | 41 | 38 | 86 | 49 | 1A |
| Octal | 22 | 161 | 50 | 124 | 0 | 101 | 70 | 206 | 111 | 32 |
| Binary | 10010 | 1110001 | 101000 | 1010100 | 0 | 1000001 | 111000 | 10000110 | 1001001 | 11010 |
Color Harmonies of #127128
Complementary color
Monochromatic Colors of #127128
Black with #127128
Text Example
Text Example
White with #127128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127128; }
p { color: rgb(18,113,40); }
H1.HeaderClassName
{
color: #127128;
}
.AnyTagClassName
{
color: #127128;
}
</style>
background-color css
<style>
a { background-color: #127128; }
a { background-color: rgb(18,113,40); }
div.DivClassName
{
background-color: #127128;
}
.BgClassName
{
background-color: #127128;
}
</style>
border-color css
<style>
span { border-color: #127128; }
span { border-color: rgb(18,113,40); }
td.TdClassName
{
border-color: #127128;
}
.TagClassName
{
border-color: #127128;
}
</style>