Shades of Camarone #1B6631
Tints of Camarone #1B6631
RGB
CMYK
RGB Variations
Color information
#1B6631 (or 0x1B6631) is known color: Camarone. HEX triplet: 1B, 66 and 31. RGB value is (27,102,49). Sum of RGB (Red+Green+Blue) = 27+102+49=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #1B6631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6631 is #E499CE. Grayscale: #494949. Windows color (decimal): -14981583 or 3237403. OLE color: 3237403.
HSL color Cylindrical-coordinate representation of color #1B6631: hue angle of 137.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6631 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 27 | 102 | 49 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.6 |
| HSL | 137.6º | 0.58% | 0.25% | - |
| HSV(B) | 137.6º | 0.74% | 0.4% | - |
| XYZ | 5.76 | 9.96 | 4.52 | - |
| YUV | 73.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 49 | 0.74 | 0 | 0.52 | 0.6 | 137.6 | 0.58 | 0.25 |
| Hex | 1B | 66 | 31 | 4A | 0 | 34 | 3C | 8A | 3A | 19 |
| Octal | 33 | 146 | 61 | 112 | 0 | 64 | 74 | 212 | 72 | 31 |
| Binary | 11011 | 1100110 | 110001 | 1001010 | 0 | 110100 | 111100 | 10001010 | 111010 | 11001 |
Color Harmonies of #1B6631
Complementary color
Monochromatic Colors of #1B6631
Black with #1B6631
Text Example
Text Example
White with #1B6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6631; }
p { color: rgb(27,102,49); }
H1.HeaderClassName
{
color: #1B6631;
}
.AnyTagClassName
{
color: #1B6631;
}
</style>
background-color css
<style>
a { background-color: #1B6631; }
a { background-color: rgb(27,102,49); }
div.DivClassName
{
background-color: #1B6631;
}
.BgClassName
{
background-color: #1B6631;
}
</style>
border-color css
<style>
span { border-color: #1B6631; }
span { border-color: rgb(27,102,49); }
td.TdClassName
{
border-color: #1B6631;
}
.TagClassName
{
border-color: #1B6631;
}
</style>