Shades of Camarone #1A6330
Tints of Camarone #1A6330
RGB
CMYK
RGB Variations
Color information
#1A6330 (or 0x1A6330) is known color: Camarone. HEX triplet: 1A, 63 and 30. RGB value is (26,99,48). Sum of RGB (Red+Green+Blue) = 26+99+48=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6330 is #E59CCF. Grayscale: #474747. Windows color (decimal): -15047888 or 3171098. OLE color: 3171098.
HSL color Cylindrical-coordinate representation of color #1A6330: hue angle of 138.08º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6330 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 48 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.61 |
| HSL | 138.08º | 0.58% | 0.25% | - |
| HSV(B) | 138.08º | 0.74% | 0.39% | - |
| XYZ | 5.42 | 9.36 | 4.32 | - |
| YUV | 71.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 48 | 0.74 | 0 | 0.52 | 0.61 | 138.08 | 0.58 | 0.25 |
| Hex | 1A | 63 | 30 | 4A | 0 | 34 | 3D | 8A | 3A | 19 |
| Octal | 32 | 143 | 60 | 112 | 0 | 64 | 75 | 212 | 72 | 31 |
| Binary | 11010 | 1100011 | 110000 | 1001010 | 0 | 110100 | 111101 | 10001010 | 111010 | 11001 |
Color Harmonies of #1A6330
Complementary color
Monochromatic Colors of #1A6330
Black with #1A6330
Text Example
Text Example
White with #1A6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6330; }
p { color: rgb(26,99,48); }
H1.HeaderClassName
{
color: #1A6330;
}
.AnyTagClassName
{
color: #1A6330;
}
</style>
background-color css
<style>
a { background-color: #1A6330; }
a { background-color: rgb(26,99,48); }
div.DivClassName
{
background-color: #1A6330;
}
.BgClassName
{
background-color: #1A6330;
}
</style>
border-color css
<style>
span { border-color: #1A6330; }
span { border-color: rgb(26,99,48); }
td.TdClassName
{
border-color: #1A6330;
}
.TagClassName
{
border-color: #1A6330;
}
</style>