Shades of Camarone #127334
Tints of Camarone #127334
RGB
CMYK
RGB Variations
Color information
#127334 (or 0x127334) is known color: Camarone. HEX triplet: 12, 73 and 34. RGB value is (18,115,52). Sum of RGB (Red+Green+Blue) = 18+115+52=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #127334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127334 is #ED8CCB. Grayscale: #4E4E4E. Windows color (decimal): -15568076 or 3437330. OLE color: 3437330.
HSL color Cylindrical-coordinate representation of color #127334: hue angle of 141.03º 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 #127334 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 52 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.55 |
| HSL | 141.03º | 0.73% | 0.26% | - |
| HSV(B) | 141.03º | 0.84% | 0.45% | - |
| XYZ | 7 | 12.64 | 5.32 | - |
| YUV | 78.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 52 | 0.84 | 0 | 0.55 | 0.55 | 141.03 | 0.73 | 0.26 |
| Hex | 12 | 73 | 34 | 54 | 0 | 37 | 37 | 8D | 49 | 1A |
| Octal | 22 | 163 | 64 | 124 | 0 | 67 | 67 | 215 | 111 | 32 |
| Binary | 10010 | 1110011 | 110100 | 1010100 | 0 | 110111 | 110111 | 10001101 | 1001001 | 11010 |
Color Harmonies of #127334
Complementary color
Monochromatic Colors of #127334
Black with #127334
Text Example
Text Example
White with #127334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127334; }
p { color: rgb(18,115,52); }
H1.HeaderClassName
{
color: #127334;
}
.AnyTagClassName
{
color: #127334;
}
</style>
background-color css
<style>
a { background-color: #127334; }
a { background-color: rgb(18,115,52); }
div.DivClassName
{
background-color: #127334;
}
.BgClassName
{
background-color: #127334;
}
</style>
border-color css
<style>
span { border-color: #127334; }
span { border-color: rgb(18,115,52); }
td.TdClassName
{
border-color: #127334;
}
.TagClassName
{
border-color: #127334;
}
</style>