Shades of Camarone #1B713B
Tints of Camarone #1B713B
RGB
CMYK
RGB Variations
Color information
#1B713B (or 0x1B713B) is known color: Camarone. HEX triplet: 1B, 71 and 3B. RGB value is (27,113,59). Sum of RGB (Red+Green+Blue) = 27+113+59=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #1B713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B713B is #E48EC4. Grayscale: #515151. Windows color (decimal): -14978757 or 3895579. OLE color: 3895579.
HSL color Cylindrical-coordinate representation of color #1B713B: hue angle of 142.33º 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 #1B713B is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 59 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.56 |
| HSL | 142.33º | 0.61% | 0.27% | - |
| HSV(B) | 142.33º | 0.76% | 0.44% | - |
| XYZ | 7.15 | 12.36 | 6.15 | - |
| YUV | 81.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 59 | 0.76 | 0 | 0.48 | 0.56 | 142.33 | 0.61 | 0.27 |
| Hex | 1B | 71 | 3B | 4C | 0 | 30 | 38 | 8E | 3D | 1B |
| Octal | 33 | 161 | 73 | 114 | 0 | 60 | 70 | 216 | 75 | 33 |
| Binary | 11011 | 1110001 | 111011 | 1001100 | 0 | 110000 | 111000 | 10001110 | 111101 | 11011 |
Color Harmonies of #1B713B
Complementary color
Monochromatic Colors of #1B713B
Black with #1B713B
Text Example
Text Example
White with #1B713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B713B; }
p { color: rgb(27,113,59); }
H1.HeaderClassName
{
color: #1B713B;
}
.AnyTagClassName
{
color: #1B713B;
}
</style>
background-color css
<style>
a { background-color: #1B713B; }
a { background-color: rgb(27,113,59); }
div.DivClassName
{
background-color: #1B713B;
}
.BgClassName
{
background-color: #1B713B;
}
</style>
border-color css
<style>
span { border-color: #1B713B; }
span { border-color: rgb(27,113,59); }
td.TdClassName
{
border-color: #1B713B;
}
.TagClassName
{
border-color: #1B713B;
}
</style>