Shades of Camarone #127330
Tints of Camarone #127330
RGB
CMYK
RGB Variations
Color information
#127330 (or 0x127330) is known color: Camarone. HEX triplet: 12, 73 and 30. RGB value is (18,115,48). Sum of RGB (Red+Green+Blue) = 18+115+48=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #127330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127330 is #ED8CCF. Grayscale: #4E4E4E. Windows color (decimal): -15568080 or 3175186. OLE color: 3175186.
HSL color Cylindrical-coordinate representation of color #127330: hue angle of 138.56º 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 #127330 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 48 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.55 |
| HSL | 138.56º | 0.73% | 0.26% | - |
| HSV(B) | 138.56º | 0.84% | 0.45% | - |
| XYZ | 6.91 | 12.6 | 4.86 | - |
| YUV | 78.36 | 110.86 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 48 | 0.84 | 0 | 0.58 | 0.55 | 138.56 | 0.73 | 0.26 |
| Hex | 12 | 73 | 30 | 54 | 0 | 3A | 37 | 8B | 49 | 1A |
| Octal | 22 | 163 | 60 | 124 | 0 | 72 | 67 | 213 | 111 | 32 |
| Binary | 10010 | 1110011 | 110000 | 1010100 | 0 | 111010 | 110111 | 10001011 | 1001001 | 11010 |
Color Harmonies of #127330
Complementary color
Monochromatic Colors of #127330
Black with #127330
Text Example
Text Example
White with #127330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127330; }
p { color: rgb(18,115,48); }
H1.HeaderClassName
{
color: #127330;
}
.AnyTagClassName
{
color: #127330;
}
</style>
background-color css
<style>
a { background-color: #127330; }
a { background-color: rgb(18,115,48); }
div.DivClassName
{
background-color: #127330;
}
.BgClassName
{
background-color: #127330;
}
</style>
border-color css
<style>
span { border-color: #127330; }
span { border-color: rgb(18,115,48); }
td.TdClassName
{
border-color: #127330;
}
.TagClassName
{
border-color: #127330;
}
</style>