Shades of Camarone #14742A
Tints of Camarone #14742A
RGB
CMYK
RGB Variations
Color information
#14742A (or 0x14742A) is known color: Camarone. HEX triplet: 14, 74 and 2A. RGB value is (20,116,42). Sum of RGB (Red+Green+Blue) = 20+116+42=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #14742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14742A is #EB8BD5. Grayscale: #4F4F4F. Windows color (decimal): -15436758 or 2782228. OLE color: 2782228.
HSL color Cylindrical-coordinate representation of color #14742A: hue angle of 133.75º 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 #14742A is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 42 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.55 |
| HSL | 133.75º | 0.71% | 0.27% | - |
| HSV(B) | 133.75º | 0.83% | 0.45% | - |
| XYZ | 6.95 | 12.81 | 4.3 | - |
| YUV | 78.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 42 | 0.83 | 0 | 0.64 | 0.55 | 133.75 | 0.71 | 0.27 |
| Hex | 14 | 74 | 2A | 53 | 0 | 40 | 37 | 86 | 47 | 1B |
| Octal | 24 | 164 | 52 | 123 | 0 | 100 | 67 | 206 | 107 | 33 |
| Binary | 10100 | 1110100 | 101010 | 1010011 | 0 | 1000000 | 110111 | 10000110 | 1000111 | 11011 |
Color Harmonies of #14742A
Complementary color
Monochromatic Colors of #14742A
Black with #14742A
Text Example
Text Example
White with #14742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14742A; }
p { color: rgb(20,116,42); }
H1.HeaderClassName
{
color: #14742A;
}
.AnyTagClassName
{
color: #14742A;
}
</style>
background-color css
<style>
a { background-color: #14742A; }
a { background-color: rgb(20,116,42); }
div.DivClassName
{
background-color: #14742A;
}
.BgClassName
{
background-color: #14742A;
}
</style>
border-color css
<style>
span { border-color: #14742A; }
span { border-color: rgb(20,116,42); }
td.TdClassName
{
border-color: #14742A;
}
.TagClassName
{
border-color: #14742A;
}
</style>