Shades of Camarone #1B743C
Tints of Camarone #1B743C
RGB
CMYK
RGB Variations
Color information
#1B743C (or 0x1B743C) is known color: Camarone. HEX triplet: 1B, 74 and 3C. RGB value is (27,116,60). Sum of RGB (Red+Green+Blue) = 27+116+60=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #1B743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B743C is #E48BC3. Grayscale: #535353. Windows color (decimal): -14977988 or 3961883. OLE color: 3961883.
HSL color Cylindrical-coordinate representation of color #1B743C: hue angle of 142.25º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B743C is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 60 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.55 |
| HSL | 142.25º | 0.62% | 0.28% | - |
| HSV(B) | 142.25º | 0.77% | 0.45% | - |
| XYZ | 7.51 | 13.05 | 6.4 | - |
| YUV | 83.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 60 | 0.77 | 0 | 0.48 | 0.55 | 142.25 | 0.62 | 0.28 |
| Hex | 1B | 74 | 3C | 4D | 0 | 30 | 37 | 8E | 3E | 1C |
| Octal | 33 | 164 | 74 | 115 | 0 | 60 | 67 | 216 | 76 | 34 |
| Binary | 11011 | 1110100 | 111100 | 1001101 | 0 | 110000 | 110111 | 10001110 | 111110 | 11100 |
Color Harmonies of #1B743C
Complementary color
Monochromatic Colors of #1B743C
Black with #1B743C
Text Example
Text Example
White with #1B743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B743C; }
p { color: rgb(27,116,60); }
H1.HeaderClassName
{
color: #1B743C;
}
.AnyTagClassName
{
color: #1B743C;
}
</style>
background-color css
<style>
a { background-color: #1B743C; }
a { background-color: rgb(27,116,60); }
div.DivClassName
{
background-color: #1B743C;
}
.BgClassName
{
background-color: #1B743C;
}
</style>
border-color css
<style>
span { border-color: #1B743C; }
span { border-color: rgb(27,116,60); }
td.TdClassName
{
border-color: #1B743C;
}
.TagClassName
{
border-color: #1B743C;
}
</style>