Shades of Camarone #1A742C
Tints of Camarone #1A742C
RGB
CMYK
RGB Variations
Color information
#1A742C (or 0x1A742C) is known color: Camarone. HEX triplet: 1A, 74 and 2C. RGB value is (26,116,44). Sum of RGB (Red+Green+Blue) = 26+116+44=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #1A742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A742C is #E58BD3. Grayscale: #515151. Windows color (decimal): -15043540 or 2913306. OLE color: 2913306.
HSL color Cylindrical-coordinate representation of color #1A742C: hue angle of 132º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A742C is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 44 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.55 |
| HSL | 132º | 0.63% | 0.28% | - |
| HSV(B) | 132º | 0.78% | 0.45% | - |
| XYZ | 7.13 | 12.89 | 4.5 | - |
| YUV | 80.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 44 | 0.78 | 0 | 0.62 | 0.55 | 132 | 0.63 | 0.28 |
| Hex | 1A | 74 | 2C | 4E | 0 | 3E | 37 | 84 | 3F | 1C |
| Octal | 32 | 164 | 54 | 116 | 0 | 76 | 67 | 204 | 77 | 34 |
| Binary | 11010 | 1110100 | 101100 | 1001110 | 0 | 111110 | 110111 | 10000100 | 111111 | 11100 |
Color Harmonies of #1A742C
Complementary color
Monochromatic Colors of #1A742C
Black with #1A742C
Text Example
Text Example
White with #1A742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A742C; }
p { color: rgb(26,116,44); }
H1.HeaderClassName
{
color: #1A742C;
}
.AnyTagClassName
{
color: #1A742C;
}
</style>
background-color css
<style>
a { background-color: #1A742C; }
a { background-color: rgb(26,116,44); }
div.DivClassName
{
background-color: #1A742C;
}
.BgClassName
{
background-color: #1A742C;
}
</style>
border-color css
<style>
span { border-color: #1A742C; }
span { border-color: rgb(26,116,44); }
td.TdClassName
{
border-color: #1A742C;
}
.TagClassName
{
border-color: #1A742C;
}
</style>