Shades of Camarone #127B34
Tints of Camarone #127B34
RGB
CMYK
RGB Variations
Color information
#127B34 (or 0x127B34) is known color: Camarone. HEX triplet: 12, 7B and 34. RGB value is (18,123,52). Sum of RGB (Red+Green+Blue) = 18+123+52=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 123 (48.44% from 255 or 63.73% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 123 - color contains mainly: green. Hex color #127B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B34 is #ED84CB. Grayscale: #535353. Windows color (decimal): -15566028 or 3439378. OLE color: 3439378.
HSL color Cylindrical-coordinate representation of color #127B34: hue angle of 139.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B34 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 52 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.52 |
| HSL | 139.43º | 0.74% | 0.28% | - |
| HSV(B) | 139.43º | 0.85% | 0.48% | - |
| XYZ | 7.95 | 14.54 | 5.64 | - |
| YUV | 83.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 52 | 0.85 | 0 | 0.58 | 0.52 | 139.43 | 0.74 | 0.28 |
| Hex | 12 | 7B | 34 | 55 | 0 | 3A | 34 | 8B | 4A | 1C |
| Octal | 22 | 173 | 64 | 125 | 0 | 72 | 64 | 213 | 112 | 34 |
| Binary | 10010 | 1111011 | 110100 | 1010101 | 0 | 111010 | 110100 | 10001011 | 1001010 | 11100 |
Color Harmonies of #127B34
Complementary color
Monochromatic Colors of #127B34
Black with #127B34
Text Example
Text Example
White with #127B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B34; }
p { color: rgb(18,123,52); }
H1.HeaderClassName
{
color: #127B34;
}
.AnyTagClassName
{
color: #127B34;
}
</style>
background-color css
<style>
a { background-color: #127B34; }
a { background-color: rgb(18,123,52); }
div.DivClassName
{
background-color: #127B34;
}
.BgClassName
{
background-color: #127B34;
}
</style>
border-color css
<style>
span { border-color: #127B34; }
span { border-color: rgb(18,123,52); }
td.TdClassName
{
border-color: #127B34;
}
.TagClassName
{
border-color: #127B34;
}
</style>