Shades of Camarone #127427
Tints of Camarone #127427
RGB
CMYK
RGB Variations
Color information
#127427 (or 0x127427) is known color: Camarone. HEX triplet: 12, 74 and 27. RGB value is (18,116,39). Sum of RGB (Red+Green+Blue) = 18+116+39=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #127427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127427 is #ED8BD8. Grayscale: #4E4E4E. Windows color (decimal): -15567833 or 2585618. OLE color: 2585618.
HSL color Cylindrical-coordinate representation of color #127427: hue angle of 132.86º 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 #127427 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 39 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.55 |
| HSL | 132.86º | 0.73% | 0.26% | - |
| HSV(B) | 132.86º | 0.84% | 0.45% | - |
| XYZ | 6.86 | 12.77 | 4.02 | - |
| YUV | 77.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 39 | 0.84 | 0 | 0.66 | 0.55 | 132.86 | 0.73 | 0.26 |
| Hex | 12 | 74 | 27 | 54 | 0 | 42 | 37 | 85 | 49 | 1A |
| Octal | 22 | 164 | 47 | 124 | 0 | 102 | 67 | 205 | 111 | 32 |
| Binary | 10010 | 1110100 | 100111 | 1010100 | 0 | 1000010 | 110111 | 10000101 | 1001001 | 11010 |
Color Harmonies of #127427
Complementary color
Monochromatic Colors of #127427
Black with #127427
Text Example
Text Example
White with #127427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127427; }
p { color: rgb(18,116,39); }
H1.HeaderClassName
{
color: #127427;
}
.AnyTagClassName
{
color: #127427;
}
</style>
background-color css
<style>
a { background-color: #127427; }
a { background-color: rgb(18,116,39); }
div.DivClassName
{
background-color: #127427;
}
.BgClassName
{
background-color: #127427;
}
</style>
border-color css
<style>
span { border-color: #127427; }
span { border-color: rgb(18,116,39); }
td.TdClassName
{
border-color: #127427;
}
.TagClassName
{
border-color: #127427;
}
</style>