Shades of Camarone #127D32
Tints of Camarone #127D32
RGB
CMYK
RGB Variations
Color information
#127D32 (or 0x127D32) is known color: Camarone. HEX triplet: 12, 7D and 32. RGB value is (18,125,50). Sum of RGB (Red+Green+Blue) = 18+125+50=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #127D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D32 is #ED82CD. Grayscale: #545454. Windows color (decimal): -15565518 or 3308818. OLE color: 3308818.
HSL color Cylindrical-coordinate representation of color #127D32: hue angle of 137.94º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D32 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 50 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.51 |
| HSL | 137.94º | 0.75% | 0.28% | - |
| HSV(B) | 137.94º | 0.86% | 0.49% | - |
| XYZ | 8.16 | 15.03 | 5.49 | - |
| YUV | 84.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 50 | 0.86 | 0 | 0.60 | 0.51 | 137.94 | 0.75 | 0.28 |
| Hex | 12 | 7D | 32 | 56 | 0 | 3C | 33 | 8A | 4B | 1C |
| Octal | 22 | 175 | 62 | 126 | 0 | 74 | 63 | 212 | 113 | 34 |
| Binary | 10010 | 1111101 | 110010 | 1010110 | 0 | 111100 | 110011 | 10001010 | 1001011 | 11100 |
Color Harmonies of #127D32
Complementary color
Monochromatic Colors of #127D32
Black with #127D32
Text Example
Text Example
White with #127D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D32; }
p { color: rgb(18,125,50); }
H1.HeaderClassName
{
color: #127D32;
}
.AnyTagClassName
{
color: #127D32;
}
</style>
background-color css
<style>
a { background-color: #127D32; }
a { background-color: rgb(18,125,50); }
div.DivClassName
{
background-color: #127D32;
}
.BgClassName
{
background-color: #127D32;
}
</style>
border-color css
<style>
span { border-color: #127D32; }
span { border-color: rgb(18,125,50); }
td.TdClassName
{
border-color: #127D32;
}
.TagClassName
{
border-color: #127D32;
}
</style>