Shades of Camarone #1B6329
Tints of Camarone #1B6329
RGB
CMYK
RGB Variations
Color information
#1B6329 (or 0x1B6329) is known color: Camarone. HEX triplet: 1B, 63 and 29. RGB value is (27,99,41). Sum of RGB (Red+Green+Blue) = 27+99+41=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6329 is #E49CD6. Grayscale: #474747. Windows color (decimal): -14982359 or 2712347. OLE color: 2712347.
HSL color Cylindrical-coordinate representation of color #1B6329: hue angle of 131.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6329 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 99 | 41 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.61 |
| HSL | 131.67º | 0.57% | 0.25% | - |
| HSV(B) | 131.67º | 0.73% | 0.39% | - |
| XYZ | 5.31 | 9.32 | 3.62 | - |
| YUV | 70.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 41 | 0.73 | 0 | 0.59 | 0.61 | 131.67 | 0.57 | 0.25 |
| Hex | 1B | 63 | 29 | 49 | 0 | 3B | 3D | 84 | 39 | 19 |
| Octal | 33 | 143 | 51 | 111 | 0 | 73 | 75 | 204 | 71 | 31 |
| Binary | 11011 | 1100011 | 101001 | 1001001 | 0 | 111011 | 111101 | 10000100 | 111001 | 11001 |
Color Harmonies of #1B6329
Complementary color
Monochromatic Colors of #1B6329
Black with #1B6329
Text Example
Text Example
White with #1B6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6329; }
p { color: rgb(27,99,41); }
H1.HeaderClassName
{
color: #1B6329;
}
.AnyTagClassName
{
color: #1B6329;
}
</style>
background-color css
<style>
a { background-color: #1B6329; }
a { background-color: rgb(27,99,41); }
div.DivClassName
{
background-color: #1B6329;
}
.BgClassName
{
background-color: #1B6329;
}
</style>
border-color css
<style>
span { border-color: #1B6329; }
span { border-color: rgb(27,99,41); }
td.TdClassName
{
border-color: #1B6329;
}
.TagClassName
{
border-color: #1B6329;
}
</style>