Shades of Camarone #1D6637
Tints of Camarone #1D6637
RGB
CMYK
RGB Variations
Color information
#1D6637 (or 0x1D6637) is known color: Camarone. HEX triplet: 1D, 66 and 37. RGB value is (29,102,55). Sum of RGB (Red+Green+Blue) = 29+102+55=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #1D6637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6637 is #E299C8. Grayscale: #4A4A4A. Windows color (decimal): -14850505 or 3630621. OLE color: 3630621.
HSL color Cylindrical-coordinate representation of color #1D6637: hue angle of 141.37º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6637 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 102 | 55 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.6 |
| HSL | 141.37º | 0.56% | 0.26% | - |
| HSV(B) | 141.37º | 0.72% | 0.4% | - |
| XYZ | 5.95 | 10.04 | 5.24 | - |
| YUV | 74.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 55 | 0.72 | 0 | 0.46 | 0.6 | 141.37 | 0.56 | 0.26 |
| Hex | 1D | 66 | 37 | 48 | 0 | 2E | 3C | 8D | 38 | 1A |
| Octal | 35 | 146 | 67 | 110 | 0 | 56 | 74 | 215 | 70 | 32 |
| Binary | 11101 | 1100110 | 110111 | 1001000 | 0 | 101110 | 111100 | 10001101 | 111000 | 11010 |
Color Harmonies of #1D6637
Complementary color
Monochromatic Colors of #1D6637
Black with #1D6637
Text Example
Text Example
White with #1D6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6637; }
p { color: rgb(29,102,55); }
H1.HeaderClassName
{
color: #1D6637;
}
.AnyTagClassName
{
color: #1D6637;
}
</style>
background-color css
<style>
a { background-color: #1D6637; }
a { background-color: rgb(29,102,55); }
div.DivClassName
{
background-color: #1D6637;
}
.BgClassName
{
background-color: #1D6637;
}
</style>
border-color css
<style>
span { border-color: #1D6637; }
span { border-color: rgb(29,102,55); }
td.TdClassName
{
border-color: #1D6637;
}
.TagClassName
{
border-color: #1D6637;
}
</style>