Shades of Camarone #1B7537
Tints of Camarone #1B7537
RGB
CMYK
RGB Variations
Color information
#1B7537 (or 0x1B7537) is known color: Camarone. HEX triplet: 1B, 75 and 37. RGB value is (27,117,55). Sum of RGB (Red+Green+Blue) = 27+117+55=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7537 is #E48AC8. Grayscale: #535353. Windows color (decimal): -14977737 or 3634459. OLE color: 3634459.
HSL color Cylindrical-coordinate representation of color #1B7537: hue angle of 138.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7537 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 55 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.54 |
| HSL | 138.67º | 0.63% | 0.28% | - |
| HSV(B) | 138.67º | 0.77% | 0.46% | - |
| XYZ | 7.5 | 13.23 | 5.77 | - |
| YUV | 83.02 | 112.18 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 55 | 0.77 | 0 | 0.53 | 0.54 | 138.67 | 0.63 | 0.28 |
| Hex | 1B | 75 | 37 | 4D | 0 | 35 | 36 | 8B | 3E | 1C |
| Octal | 33 | 165 | 67 | 115 | 0 | 65 | 66 | 213 | 76 | 34 |
| Binary | 11011 | 1110101 | 110111 | 1001101 | 0 | 110101 | 110110 | 10001011 | 111110 | 11100 |
Color Harmonies of #1B7537
Complementary color
Monochromatic Colors of #1B7537
Black with #1B7537
Text Example
Text Example
White with #1B7537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7537; }
p { color: rgb(27,117,55); }
H1.HeaderClassName
{
color: #1B7537;
}
.AnyTagClassName
{
color: #1B7537;
}
</style>
background-color css
<style>
a { background-color: #1B7537; }
a { background-color: rgb(27,117,55); }
div.DivClassName
{
background-color: #1B7537;
}
.BgClassName
{
background-color: #1B7537;
}
</style>
border-color css
<style>
span { border-color: #1B7537; }
span { border-color: rgb(27,117,55); }
td.TdClassName
{
border-color: #1B7537;
}
.TagClassName
{
border-color: #1B7537;
}
</style>