Shades of Camarone #1B7137
Tints of Camarone #1B7137
RGB
CMYK
RGB Variations
Color information
#1B7137 (or 0x1B7137) is known color: Camarone. HEX triplet: 1B, 71 and 37. RGB value is (27,113,55). Sum of RGB (Red+Green+Blue) = 27+113+55=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7137 is #E48EC8. Grayscale: #505050. Windows color (decimal): -14978761 or 3633435. OLE color: 3633435.
HSL color Cylindrical-coordinate representation of color #1B7137: hue angle of 139.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7137 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 55 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.56 |
| HSL | 139.53º | 0.61% | 0.27% | - |
| HSV(B) | 139.53º | 0.76% | 0.44% | - |
| XYZ | 7.05 | 12.32 | 5.62 | - |
| YUV | 80.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 55 | 0.76 | 0 | 0.51 | 0.56 | 139.53 | 0.61 | 0.27 |
| Hex | 1B | 71 | 37 | 4C | 0 | 33 | 38 | 8C | 3D | 1B |
| Octal | 33 | 161 | 67 | 114 | 0 | 63 | 70 | 214 | 75 | 33 |
| Binary | 11011 | 1110001 | 110111 | 1001100 | 0 | 110011 | 111000 | 10001100 | 111101 | 11011 |
Color Harmonies of #1B7137
Complementary color
Monochromatic Colors of #1B7137
Black with #1B7137
Text Example
Text Example
White with #1B7137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7137; }
p { color: rgb(27,113,55); }
H1.HeaderClassName
{
color: #1B7137;
}
.AnyTagClassName
{
color: #1B7137;
}
</style>
background-color css
<style>
a { background-color: #1B7137; }
a { background-color: rgb(27,113,55); }
div.DivClassName
{
background-color: #1B7137;
}
.BgClassName
{
background-color: #1B7137;
}
</style>
border-color css
<style>
span { border-color: #1B7137; }
span { border-color: rgb(27,113,55); }
td.TdClassName
{
border-color: #1B7137;
}
.TagClassName
{
border-color: #1B7137;
}
</style>