Shades of Camarone #1D693B
Tints of Camarone #1D693B
RGB
CMYK
RGB Variations
Color information
#1D693B (or 0x1D693B) is known color: Camarone. HEX triplet: 1D, 69 and 3B. RGB value is (29,105,59). Sum of RGB (Red+Green+Blue) = 29+105+59=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #1D693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D693B is #E296C4. Grayscale: #4D4D4D. Windows color (decimal): -14849733 or 3893533. OLE color: 3893533.
HSL color Cylindrical-coordinate representation of color #1D693B: hue angle of 143.68º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D693B is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 105 | 59 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.59 |
| HSL | 143.68º | 0.57% | 0.26% | - |
| HSV(B) | 143.68º | 0.72% | 0.41% | - |
| XYZ | 6.35 | 10.68 | 5.86 | - |
| YUV | 77.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 59 | 0.72 | 0 | 0.44 | 0.59 | 143.68 | 0.57 | 0.26 |
| Hex | 1D | 69 | 3B | 48 | 0 | 2C | 3B | 90 | 39 | 1A |
| Octal | 35 | 151 | 73 | 110 | 0 | 54 | 73 | 220 | 71 | 32 |
| Binary | 11101 | 1101001 | 111011 | 1001000 | 0 | 101100 | 111011 | 10010000 | 111001 | 11010 |
Color Harmonies of #1D693B
Complementary color
Monochromatic Colors of #1D693B
Black with #1D693B
Text Example
Text Example
White with #1D693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D693B; }
p { color: rgb(29,105,59); }
H1.HeaderClassName
{
color: #1D693B;
}
.AnyTagClassName
{
color: #1D693B;
}
</style>
background-color css
<style>
a { background-color: #1D693B; }
a { background-color: rgb(29,105,59); }
div.DivClassName
{
background-color: #1D693B;
}
.BgClassName
{
background-color: #1D693B;
}
</style>
border-color css
<style>
span { border-color: #1D693B; }
span { border-color: rgb(29,105,59); }
td.TdClassName
{
border-color: #1D693B;
}
.TagClassName
{
border-color: #1D693B;
}
</style>