Shades of Camarone #1F763B
Tints of Camarone #1F763B
RGB
CMYK
RGB Variations
Color information
#1F763B (or 0x1F763B) is known color: Camarone. HEX triplet: 1F, 76 and 3B. RGB value is (31,118,59). Sum of RGB (Red+Green+Blue) = 31+118+59=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #1F763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F763B is #E089C4. Grayscale: #555555. Windows color (decimal): -14715333 or 3896863. OLE color: 3896863.
HSL color Cylindrical-coordinate representation of color #1F763B: hue angle of 139.31º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F763B is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 59 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.54 |
| HSL | 139.31º | 0.58% | 0.29% | - |
| HSV(B) | 139.31º | 0.74% | 0.46% | - |
| XYZ | 7.83 | 13.56 | 6.34 | - |
| YUV | 85.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 59 | 0.74 | 0 | 0.50 | 0.54 | 139.31 | 0.58 | 0.29 |
| Hex | 1F | 76 | 3B | 4A | 0 | 32 | 36 | 8B | 3A | 1D |
| Octal | 37 | 166 | 73 | 112 | 0 | 62 | 66 | 213 | 72 | 35 |
| Binary | 11111 | 1110110 | 111011 | 1001010 | 0 | 110010 | 110110 | 10001011 | 111010 | 11101 |
Color Harmonies of #1F763B
Complementary color
Monochromatic Colors of #1F763B
Black with #1F763B
Text Example
Text Example
White with #1F763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F763B; }
p { color: rgb(31,118,59); }
H1.HeaderClassName
{
color: #1F763B;
}
.AnyTagClassName
{
color: #1F763B;
}
</style>
background-color css
<style>
a { background-color: #1F763B; }
a { background-color: rgb(31,118,59); }
div.DivClassName
{
background-color: #1F763B;
}
.BgClassName
{
background-color: #1F763B;
}
</style>
border-color css
<style>
span { border-color: #1F763B; }
span { border-color: rgb(31,118,59); }
td.TdClassName
{
border-color: #1F763B;
}
.TagClassName
{
border-color: #1F763B;
}
</style>