Shades of Camarone #1A763A
Tints of Camarone #1A763A
RGB
CMYK
RGB Variations
Color information
#1A763A (or 0x1A763A) is known color: Camarone. HEX triplet: 1A, 76 and 3A. RGB value is (26,118,58). Sum of RGB (Red+Green+Blue) = 26+118+58=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #1A763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A763A is #E589C5. Grayscale: #535353. Windows color (decimal): -15043014 or 3831322. OLE color: 3831322.
HSL color Cylindrical-coordinate representation of color #1A763A: hue angle of 140.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A763A is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 58 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.54 |
| HSL | 140.87º | 0.64% | 0.28% | - |
| HSV(B) | 140.87º | 0.78% | 0.46% | - |
| XYZ | 7.67 | 13.48 | 6.2 | - |
| YUV | 83.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 58 | 0.78 | 0 | 0.51 | 0.54 | 140.87 | 0.64 | 0.28 |
| Hex | 1A | 76 | 3A | 4E | 0 | 33 | 36 | 8D | 40 | 1C |
| Octal | 32 | 166 | 72 | 116 | 0 | 63 | 66 | 215 | 100 | 34 |
| Binary | 11010 | 1110110 | 111010 | 1001110 | 0 | 110011 | 110110 | 10001101 | 1000000 | 11100 |
Color Harmonies of #1A763A
Complementary color
Monochromatic Colors of #1A763A
Black with #1A763A
Text Example
Text Example
White with #1A763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A763A; }
p { color: rgb(26,118,58); }
H1.HeaderClassName
{
color: #1A763A;
}
.AnyTagClassName
{
color: #1A763A;
}
</style>
background-color css
<style>
a { background-color: #1A763A; }
a { background-color: rgb(26,118,58); }
div.DivClassName
{
background-color: #1A763A;
}
.BgClassName
{
background-color: #1A763A;
}
</style>
border-color css
<style>
span { border-color: #1A763A; }
span { border-color: rgb(26,118,58); }
td.TdClassName
{
border-color: #1A763A;
}
.TagClassName
{
border-color: #1A763A;
}
</style>