Shades of Camarone #127523
Tints of Camarone #127523
RGB
CMYK
RGB Variations
Color information
#127523 (or 0x127523) is known color: Camarone. HEX triplet: 12, 75 and 23. RGB value is (18,117,35). Sum of RGB (Red+Green+Blue) = 18+117+35=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #127523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127523 is #ED8ADC. Grayscale: #4E4E4E. Windows color (decimal): -15567581 or 2323730. OLE color: 2323730.
HSL color Cylindrical-coordinate representation of color #127523: hue angle of 130.3º 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 #127523 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 35 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.54 |
| HSL | 130.3º | 0.73% | 0.26% | - |
| HSV(B) | 130.3º | 0.85% | 0.46% | - |
| XYZ | 6.91 | 12.97 | 3.73 | - |
| YUV | 78.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 35 | 0.85 | 0 | 0.70 | 0.54 | 130.3 | 0.73 | 0.26 |
| Hex | 12 | 75 | 23 | 55 | 0 | 46 | 36 | 82 | 49 | 1A |
| Octal | 22 | 165 | 43 | 125 | 0 | 106 | 66 | 202 | 111 | 32 |
| Binary | 10010 | 1110101 | 100011 | 1010101 | 0 | 1000110 | 110110 | 10000010 | 1001001 | 11010 |
Color Harmonies of #127523
Complementary color
Monochromatic Colors of #127523
Black with #127523
Text Example
Text Example
White with #127523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127523; }
p { color: rgb(18,117,35); }
H1.HeaderClassName
{
color: #127523;
}
.AnyTagClassName
{
color: #127523;
}
</style>
background-color css
<style>
a { background-color: #127523; }
a { background-color: rgb(18,117,35); }
div.DivClassName
{
background-color: #127523;
}
.BgClassName
{
background-color: #127523;
}
</style>
border-color css
<style>
span { border-color: #127523; }
span { border-color: rgb(18,117,35); }
td.TdClassName
{
border-color: #127523;
}
.TagClassName
{
border-color: #127523;
}
</style>