Shades of Camarone #1F693B
Tints of Camarone #1F693B
RGB
CMYK
RGB Variations
Color information
#1F693B (or 0x1F693B) is known color: Camarone. HEX triplet: 1F, 69 and 3B. RGB value is (31,105,59). Sum of RGB (Red+Green+Blue) = 31+105+59=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #1F693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F693B is #E096C4. Grayscale: #4D4D4D. Windows color (decimal): -14718661 or 3893535. OLE color: 3893535.
HSL color Cylindrical-coordinate representation of color #1F693B: hue angle of 142.7º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F693B is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 105 | 59 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.59 |
| HSL | 142.7º | 0.54% | 0.27% | - |
| HSV(B) | 142.7º | 0.7% | 0.41% | - |
| XYZ | 6.41 | 10.71 | 5.87 | - |
| YUV | 77.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 59 | 0.70 | 0 | 0.44 | 0.59 | 142.7 | 0.54 | 0.27 |
| Hex | 1F | 69 | 3B | 46 | 0 | 2C | 3B | 8F | 36 | 1B |
| Octal | 37 | 151 | 73 | 106 | 0 | 54 | 73 | 217 | 66 | 33 |
| Binary | 11111 | 1101001 | 111011 | 1000110 | 0 | 101100 | 111011 | 10001111 | 110110 | 11011 |
Color Harmonies of #1F693B
Complementary color
Monochromatic Colors of #1F693B
Black with #1F693B
Text Example
Text Example
White with #1F693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F693B; }
p { color: rgb(31,105,59); }
H1.HeaderClassName
{
color: #1F693B;
}
.AnyTagClassName
{
color: #1F693B;
}
</style>
background-color css
<style>
a { background-color: #1F693B; }
a { background-color: rgb(31,105,59); }
div.DivClassName
{
background-color: #1F693B;
}
.BgClassName
{
background-color: #1F693B;
}
</style>
border-color css
<style>
span { border-color: #1F693B; }
span { border-color: rgb(31,105,59); }
td.TdClassName
{
border-color: #1F693B;
}
.TagClassName
{
border-color: #1F693B;
}
</style>