Shades of Camarone #146D2D
Tints of Camarone #146D2D
RGB
CMYK
RGB Variations
Color information
#146D2D (or 0x146D2D) is known color: Camarone. HEX triplet: 14, 6D and 2D. RGB value is (20,109,45). Sum of RGB (Red+Green+Blue) = 20+109+45=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #146D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146D2D is #EB92D2. Grayscale: #4B4B4B. Windows color (decimal): -15438547 or 2977044. OLE color: 2977044.
HSL color Cylindrical-coordinate representation of color #146D2D: hue angle of 136.85º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D2D is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 45 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.57 |
| HSL | 136.85º | 0.69% | 0.25% | - |
| HSV(B) | 136.85º | 0.82% | 0.43% | - |
| XYZ | 6.23 | 11.28 | 4.33 | - |
| YUV | 75.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 45 | 0.82 | 0 | 0.59 | 0.57 | 136.85 | 0.69 | 0.25 |
| Hex | 14 | 6D | 2D | 52 | 0 | 3B | 39 | 89 | 45 | 19 |
| Octal | 24 | 155 | 55 | 122 | 0 | 73 | 71 | 211 | 105 | 31 |
| Binary | 10100 | 1101101 | 101101 | 1010010 | 0 | 111011 | 111001 | 10001001 | 1000101 | 11001 |
Color Harmonies of #146D2D
Complementary color
Monochromatic Colors of #146D2D
Black with #146D2D
Text Example
Text Example
White with #146D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D2D; }
p { color: rgb(20,109,45); }
H1.HeaderClassName
{
color: #146D2D;
}
.AnyTagClassName
{
color: #146D2D;
}
</style>
background-color css
<style>
a { background-color: #146D2D; }
a { background-color: rgb(20,109,45); }
div.DivClassName
{
background-color: #146D2D;
}
.BgClassName
{
background-color: #146D2D;
}
</style>
border-color css
<style>
span { border-color: #146D2D; }
span { border-color: rgb(20,109,45); }
td.TdClassName
{
border-color: #146D2D;
}
.TagClassName
{
border-color: #146D2D;
}
</style>