Shades of Camarone #127732
Tints of Camarone #127732
RGB
CMYK
RGB Variations
Color information
#127732 (or 0x127732) is known color: Camarone. HEX triplet: 12, 77 and 32. RGB value is (18,119,50). Sum of RGB (Red+Green+Blue) = 18+119+50=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #127732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127732 is #ED88CD. Grayscale: #515151. Windows color (decimal): -15567054 or 3307282. OLE color: 3307282.
HSL color Cylindrical-coordinate representation of color #127732: hue angle of 139.01º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127732 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 50 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.53 |
| HSL | 139.01º | 0.74% | 0.27% | - |
| HSV(B) | 139.01º | 0.85% | 0.47% | - |
| XYZ | 7.42 | 13.55 | 5.24 | - |
| YUV | 80.94 | 110.54 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 50 | 0.85 | 0 | 0.58 | 0.53 | 139.01 | 0.74 | 0.27 |
| Hex | 12 | 77 | 32 | 55 | 0 | 3A | 35 | 8B | 4A | 1B |
| Octal | 22 | 167 | 62 | 125 | 0 | 72 | 65 | 213 | 112 | 33 |
| Binary | 10010 | 1110111 | 110010 | 1010101 | 0 | 111010 | 110101 | 10001011 | 1001010 | 11011 |
Color Harmonies of #127732
Complementary color
Monochromatic Colors of #127732
Black with #127732
Text Example
Text Example
White with #127732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127732; }
p { color: rgb(18,119,50); }
H1.HeaderClassName
{
color: #127732;
}
.AnyTagClassName
{
color: #127732;
}
</style>
background-color css
<style>
a { background-color: #127732; }
a { background-color: rgb(18,119,50); }
div.DivClassName
{
background-color: #127732;
}
.BgClassName
{
background-color: #127732;
}
</style>
border-color css
<style>
span { border-color: #127732; }
span { border-color: rgb(18,119,50); }
td.TdClassName
{
border-color: #127732;
}
.TagClassName
{
border-color: #127732;
}
</style>