Shades of Camarone #14742C
Tints of Camarone #14742C
RGB
CMYK
RGB Variations
Color information
#14742C (or 0x14742C) is known color: Camarone. HEX triplet: 14, 74 and 2C. RGB value is (20,116,44). Sum of RGB (Red+Green+Blue) = 20+116+44=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #14742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14742C is #EB8BD3. Grayscale: #4F4F4F. Windows color (decimal): -15436756 or 2913300. OLE color: 2913300.
HSL color Cylindrical-coordinate representation of color #14742C: hue angle of 135º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14742C is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 44 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.55 |
| HSL | 135º | 0.71% | 0.27% | - |
| HSV(B) | 135º | 0.83% | 0.45% | - |
| XYZ | 6.99 | 12.82 | 4.49 | - |
| YUV | 79.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 44 | 0.83 | 0 | 0.62 | 0.55 | 135 | 0.71 | 0.27 |
| Hex | 14 | 74 | 2C | 53 | 0 | 3E | 37 | 87 | 47 | 1B |
| Octal | 24 | 164 | 54 | 123 | 0 | 76 | 67 | 207 | 107 | 33 |
| Binary | 10100 | 1110100 | 101100 | 1010011 | 0 | 111110 | 110111 | 10000111 | 1000111 | 11011 |
Color Harmonies of #14742C
Complementary color
Monochromatic Colors of #14742C
Black with #14742C
Text Example
Text Example
White with #14742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14742C; }
p { color: rgb(20,116,44); }
H1.HeaderClassName
{
color: #14742C;
}
.AnyTagClassName
{
color: #14742C;
}
</style>
background-color css
<style>
a { background-color: #14742C; }
a { background-color: rgb(20,116,44); }
div.DivClassName
{
background-color: #14742C;
}
.BgClassName
{
background-color: #14742C;
}
</style>
border-color css
<style>
span { border-color: #14742C; }
span { border-color: rgb(20,116,44); }
td.TdClassName
{
border-color: #14742C;
}
.TagClassName
{
border-color: #14742C;
}
</style>