Shades of Camarone #1F6531
Tints of Camarone #1F6531
RGB
CMYK
RGB Variations
Color information
#1F6531 (or 0x1F6531) is known color: Camarone. HEX triplet: 1F, 65 and 31. RGB value is (31,101,49). Sum of RGB (Red+Green+Blue) = 31+101+49=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6531 is #E09ACE. Grayscale: #4A4A4A. Windows color (decimal): -14719695 or 3237151. OLE color: 3237151.
HSL color Cylindrical-coordinate representation of color #1F6531: hue angle of 135.43º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6531 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 49 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.60 |
| HSL | 135.43º | 0.53% | 0.26% | - |
| HSV(B) | 135.43º | 0.69% | 0.4% | - |
| XYZ | 5.77 | 9.82 | 4.5 | - |
| YUV | 74.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 49 | 0.69 | 0 | 0.51 | 0.60 | 135.43 | 0.53 | 0.26 |
| Hex | 1F | 65 | 31 | 45 | 0 | 33 | 3C | 87 | 35 | 1A |
| Octal | 37 | 145 | 61 | 105 | 0 | 63 | 74 | 207 | 65 | 32 |
| Binary | 11111 | 1100101 | 110001 | 1000101 | 0 | 110011 | 111100 | 10000111 | 110101 | 11010 |
Color Harmonies of #1F6531
Complementary color
Monochromatic Colors of #1F6531
Black with #1F6531
Text Example
Text Example
White with #1F6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6531; }
p { color: rgb(31,101,49); }
H1.HeaderClassName
{
color: #1F6531;
}
.AnyTagClassName
{
color: #1F6531;
}
</style>
background-color css
<style>
a { background-color: #1F6531; }
a { background-color: rgb(31,101,49); }
div.DivClassName
{
background-color: #1F6531;
}
.BgClassName
{
background-color: #1F6531;
}
</style>
border-color css
<style>
span { border-color: #1F6531; }
span { border-color: rgb(31,101,49); }
td.TdClassName
{
border-color: #1F6531;
}
.TagClassName
{
border-color: #1F6531;
}
</style>