Shades of Camarone #1F763E
Tints of Camarone #1F763E
RGB
CMYK
RGB Variations
Color information
#1F763E (or 0x1F763E) is known color: Camarone. HEX triplet: 1F, 76 and 3E. RGB value is (31,118,62). Sum of RGB (Red+Green+Blue) = 31+118+62=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #1F763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F763E is #E089C1. Grayscale: #555555. Windows color (decimal): -14715330 or 4093471. OLE color: 4093471.
HSL color Cylindrical-coordinate representation of color #1F763E: hue angle of 141.38º 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 #1F763E is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 62 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.54 |
| HSL | 141.38º | 0.58% | 0.29% | - |
| HSV(B) | 141.38º | 0.74% | 0.46% | - |
| XYZ | 7.91 | 13.6 | 6.76 | - |
| YUV | 85.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 62 | 0.74 | 0 | 0.47 | 0.54 | 141.38 | 0.58 | 0.29 |
| Hex | 1F | 76 | 3E | 4A | 0 | 2F | 36 | 8D | 3A | 1D |
| Octal | 37 | 166 | 76 | 112 | 0 | 57 | 66 | 215 | 72 | 35 |
| Binary | 11111 | 1110110 | 111110 | 1001010 | 0 | 101111 | 110110 | 10001101 | 111010 | 11101 |
Color Harmonies of #1F763E
Complementary color
Monochromatic Colors of #1F763E
Black with #1F763E
Text Example
Text Example
White with #1F763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F763E; }
p { color: rgb(31,118,62); }
H1.HeaderClassName
{
color: #1F763E;
}
.AnyTagClassName
{
color: #1F763E;
}
</style>
background-color css
<style>
a { background-color: #1F763E; }
a { background-color: rgb(31,118,62); }
div.DivClassName
{
background-color: #1F763E;
}
.BgClassName
{
background-color: #1F763E;
}
</style>
border-color css
<style>
span { border-color: #1F763E; }
span { border-color: rgb(31,118,62); }
td.TdClassName
{
border-color: #1F763E;
}
.TagClassName
{
border-color: #1F763E;
}
</style>