Shades of Camarone #10742D
Tints of Camarone #10742D
RGB
CMYK
RGB Variations
Color information
#10742D (or 0x10742D) is known color: Camarone. HEX triplet: 10, 74 and 2D. RGB value is (16,116,45). Sum of RGB (Red+Green+Blue) = 16+116+45=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #10742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10742D is #EF8BD2. Grayscale: #4E4E4E. Windows color (decimal): -15698899 or 2978832. OLE color: 2978832.
HSL color Cylindrical-coordinate representation of color #10742D: hue angle of 137.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10742D is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 45 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.55 |
| HSL | 137.4º | 0.76% | 0.26% | - |
| HSV(B) | 137.4º | 0.86% | 0.45% | - |
| XYZ | 6.93 | 12.79 | 4.59 | - |
| YUV | 78.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 45 | 0.86 | 0 | 0.61 | 0.55 | 137.4 | 0.76 | 0.26 |
| Hex | 10 | 74 | 2D | 56 | 0 | 3D | 37 | 89 | 4C | 1A |
| Octal | 20 | 164 | 55 | 126 | 0 | 75 | 67 | 211 | 114 | 32 |
| Binary | 10000 | 1110100 | 101101 | 1010110 | 0 | 111101 | 110111 | 10001001 | 1001100 | 11010 |
Color Harmonies of #10742D
Complementary color
Monochromatic Colors of #10742D
Black with #10742D
Text Example
Text Example
White with #10742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10742D; }
p { color: rgb(16,116,45); }
H1.HeaderClassName
{
color: #10742D;
}
.AnyTagClassName
{
color: #10742D;
}
</style>
background-color css
<style>
a { background-color: #10742D; }
a { background-color: rgb(16,116,45); }
div.DivClassName
{
background-color: #10742D;
}
.BgClassName
{
background-color: #10742D;
}
</style>
border-color css
<style>
span { border-color: #10742D; }
span { border-color: rgb(16,116,45); }
td.TdClassName
{
border-color: #10742D;
}
.TagClassName
{
border-color: #10742D;
}
</style>