Shades of Camarone #127527
Tints of Camarone #127527
RGB
CMYK
RGB Variations
Color information
#127527 (or 0x127527) is known color: Camarone. HEX triplet: 12, 75 and 27. RGB value is (18,117,39). Sum of RGB (Red+Green+Blue) = 18+117+39=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #127527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127527 is #ED8AD8. Grayscale: #4E4E4E. Windows color (decimal): -15567577 or 2585874. OLE color: 2585874.
HSL color Cylindrical-coordinate representation of color #127527: hue angle of 132.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127527 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 39 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.54 |
| HSL | 132.73º | 0.73% | 0.26% | - |
| HSV(B) | 132.73º | 0.85% | 0.46% | - |
| XYZ | 6.98 | 13 | 4.06 | - |
| YUV | 78.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 39 | 0.85 | 0 | 0.67 | 0.54 | 132.73 | 0.73 | 0.26 |
| Hex | 12 | 75 | 27 | 55 | 0 | 43 | 36 | 85 | 49 | 1A |
| Octal | 22 | 165 | 47 | 125 | 0 | 103 | 66 | 205 | 111 | 32 |
| Binary | 10010 | 1110101 | 100111 | 1010101 | 0 | 1000011 | 110110 | 10000101 | 1001001 | 11010 |
Color Harmonies of #127527
Complementary color
Monochromatic Colors of #127527
Black with #127527
Text Example
Text Example
White with #127527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127527; }
p { color: rgb(18,117,39); }
H1.HeaderClassName
{
color: #127527;
}
.AnyTagClassName
{
color: #127527;
}
</style>
background-color css
<style>
a { background-color: #127527; }
a { background-color: rgb(18,117,39); }
div.DivClassName
{
background-color: #127527;
}
.BgClassName
{
background-color: #127527;
}
</style>
border-color css
<style>
span { border-color: #127527; }
span { border-color: rgb(18,117,39); }
td.TdClassName
{
border-color: #127527;
}
.TagClassName
{
border-color: #127527;
}
</style>