Shades of Camarone #1F673D
Tints of Camarone #1F673D
RGB
CMYK
RGB Variations
Color information
#1F673D (or 0x1F673D) is known color: Camarone. HEX triplet: 1F, 67 and 3D. RGB value is (31,103,61). Sum of RGB (Red+Green+Blue) = 31+103+61=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #1F673D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F673D is #E098C2. Grayscale: #4C4C4C. Windows color (decimal): -14719171 or 4024095. OLE color: 4024095.
HSL color Cylindrical-coordinate representation of color #1F673D: hue angle of 145º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F673D is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 61 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.60 |
| HSL | 145º | 0.54% | 0.26% | - |
| HSV(B) | 145º | 0.7% | 0.4% | - |
| XYZ | 6.26 | 10.33 | 6.08 | - |
| YUV | 76.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 61 | 0.70 | 0 | 0.41 | 0.60 | 145 | 0.54 | 0.26 |
| Hex | 1F | 67 | 3D | 46 | 0 | 29 | 3C | 91 | 36 | 1A |
| Octal | 37 | 147 | 75 | 106 | 0 | 51 | 74 | 221 | 66 | 32 |
| Binary | 11111 | 1100111 | 111101 | 1000110 | 0 | 101001 | 111100 | 10010001 | 110110 | 11010 |
Color Harmonies of #1F673D
Complementary color
Monochromatic Colors of #1F673D
Black with #1F673D
Text Example
Text Example
White with #1F673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F673D; }
p { color: rgb(31,103,61); }
H1.HeaderClassName
{
color: #1F673D;
}
.AnyTagClassName
{
color: #1F673D;
}
</style>
background-color css
<style>
a { background-color: #1F673D; }
a { background-color: rgb(31,103,61); }
div.DivClassName
{
background-color: #1F673D;
}
.BgClassName
{
background-color: #1F673D;
}
</style>
border-color css
<style>
span { border-color: #1F673D; }
span { border-color: rgb(31,103,61); }
td.TdClassName
{
border-color: #1F673D;
}
.TagClassName
{
border-color: #1F673D;
}
</style>