Shades of Camarone #1F7639
Tints of Camarone #1F7639
RGB
CMYK
RGB Variations
Color information
#1F7639 (or 0x1F7639) is known color: Camarone. HEX triplet: 1F, 76 and 39. RGB value is (31,118,57). Sum of RGB (Red+Green+Blue) = 31+118+57=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7639 is #E089C6. Grayscale: #555555. Windows color (decimal): -14715335 or 3765791. OLE color: 3765791.
HSL color Cylindrical-coordinate representation of color #1F7639: hue angle of 137.93º 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 #1F7639 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 57 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.54 |
| HSL | 137.93º | 0.58% | 0.29% | - |
| HSV(B) | 137.93º | 0.74% | 0.46% | - |
| XYZ | 7.78 | 13.54 | 6.07 | - |
| YUV | 85.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 57 | 0.74 | 0 | 0.52 | 0.54 | 137.93 | 0.58 | 0.29 |
| Hex | 1F | 76 | 39 | 4A | 0 | 34 | 36 | 8A | 3A | 1D |
| Octal | 37 | 166 | 71 | 112 | 0 | 64 | 66 | 212 | 72 | 35 |
| Binary | 11111 | 1110110 | 111001 | 1001010 | 0 | 110100 | 110110 | 10001010 | 111010 | 11101 |
Color Harmonies of #1F7639
Complementary color
Monochromatic Colors of #1F7639
Black with #1F7639
Text Example
Text Example
White with #1F7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7639; }
p { color: rgb(31,118,57); }
H1.HeaderClassName
{
color: #1F7639;
}
.AnyTagClassName
{
color: #1F7639;
}
</style>
background-color css
<style>
a { background-color: #1F7639; }
a { background-color: rgb(31,118,57); }
div.DivClassName
{
background-color: #1F7639;
}
.BgClassName
{
background-color: #1F7639;
}
</style>
border-color css
<style>
span { border-color: #1F7639; }
span { border-color: rgb(31,118,57); }
td.TdClassName
{
border-color: #1F7639;
}
.TagClassName
{
border-color: #1F7639;
}
</style>