Shades of Camarone #106D28
Tints of Camarone #106D28
RGB
CMYK
RGB Variations
Color information
#106D28 (or 0x106D28) is known color: Camarone. HEX triplet: 10, 6D and 28. RGB value is (16,109,40). Sum of RGB (Red+Green+Blue) = 16+109+40=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #106D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D28 is #EF92D7. Grayscale: #494949. Windows color (decimal): -15700696 or 2649360. OLE color: 2649360.
HSL color Cylindrical-coordinate representation of color #106D28: hue angle of 135.48º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D28 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 40 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.57 |
| HSL | 135.48º | 0.74% | 0.25% | - |
| HSV(B) | 135.48º | 0.85% | 0.43% | - |
| XYZ | 6.07 | 11.2 | 3.85 | - |
| YUV | 73.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 40 | 0.85 | 0 | 0.63 | 0.57 | 135.48 | 0.74 | 0.25 |
| Hex | 10 | 6D | 28 | 55 | 0 | 3F | 39 | 87 | 4A | 19 |
| Octal | 20 | 155 | 50 | 125 | 0 | 77 | 71 | 207 | 112 | 31 |
| Binary | 10000 | 1101101 | 101000 | 1010101 | 0 | 111111 | 111001 | 10000111 | 1001010 | 11001 |
Color Harmonies of #106D28
Complementary color
Monochromatic Colors of #106D28
Black with #106D28
Text Example
Text Example
White with #106D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D28; }
p { color: rgb(16,109,40); }
H1.HeaderClassName
{
color: #106D28;
}
.AnyTagClassName
{
color: #106D28;
}
</style>
background-color css
<style>
a { background-color: #106D28; }
a { background-color: rgb(16,109,40); }
div.DivClassName
{
background-color: #106D28;
}
.BgClassName
{
background-color: #106D28;
}
</style>
border-color css
<style>
span { border-color: #106D28; }
span { border-color: rgb(16,109,40); }
td.TdClassName
{
border-color: #106D28;
}
.TagClassName
{
border-color: #106D28;
}
</style>