Shades of Camarone #1B7F37
Tints of Camarone #1B7F37
RGB
CMYK
RGB Variations
Color information
#1B7F37 (or 0x1B7F37) is known color: Camarone. HEX triplet: 1B, 7F and 37. RGB value is (27,127,55). Sum of RGB (Red+Green+Blue) = 27+127+55=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7F37 is #E480C8. Grayscale: #595959. Windows color (decimal): -14975177 or 3637019. OLE color: 3637019.
HSL color Cylindrical-coordinate representation of color #1B7F37: hue angle of 136.8º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7F37 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 127 | 55 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.50 |
| HSL | 136.8º | 0.65% | 0.3% | - |
| HSV(B) | 136.8º | 0.79% | 0.5% | - |
| XYZ | 8.73 | 15.69 | 6.18 | - |
| YUV | 88.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 55 | 0.79 | 0 | 0.57 | 0.50 | 136.8 | 0.65 | 0.3 |
| Hex | 1B | 7F | 37 | 4F | 0 | 39 | 32 | 89 | 41 | 1E |
| Octal | 33 | 177 | 67 | 117 | 0 | 71 | 62 | 211 | 101 | 36 |
| Binary | 11011 | 1111111 | 110111 | 1001111 | 0 | 111001 | 110010 | 10001001 | 1000001 | 11110 |
Color Harmonies of #1B7F37
Complementary color
Monochromatic Colors of #1B7F37
Black with #1B7F37
Text Example
Text Example
White with #1B7F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F37; }
p { color: rgb(27,127,55); }
H1.HeaderClassName
{
color: #1B7F37;
}
.AnyTagClassName
{
color: #1B7F37;
}
</style>
background-color css
<style>
a { background-color: #1B7F37; }
a { background-color: rgb(27,127,55); }
div.DivClassName
{
background-color: #1B7F37;
}
.BgClassName
{
background-color: #1B7F37;
}
</style>
border-color css
<style>
span { border-color: #1B7F37; }
span { border-color: rgb(27,127,55); }
td.TdClassName
{
border-color: #1B7F37;
}
.TagClassName
{
border-color: #1B7F37;
}
</style>