Shades of Camarone #1B6226
Tints of Camarone #1B6226
RGB
CMYK
RGB Variations
Color information
#1B6226 (or 0x1B6226) is known color: Camarone. HEX triplet: 1B, 62 and 26. RGB value is (27,98,38). Sum of RGB (Red+Green+Blue) = 27+98+38=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6226 is #E49DD9. Grayscale: #464646. Windows color (decimal): -14982618 or 2515483. OLE color: 2515483.
HSL color Cylindrical-coordinate representation of color #1B6226: hue angle of 129.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6226 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 98 | 38 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.62 |
| HSL | 129.3º | 0.57% | 0.25% | - |
| HSV(B) | 129.3º | 0.72% | 0.38% | - |
| XYZ | 5.17 | 9.11 | 3.32 | - |
| YUV | 69.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 38 | 0.72 | 0 | 0.61 | 0.62 | 129.3 | 0.57 | 0.25 |
| Hex | 1B | 62 | 26 | 48 | 0 | 3D | 3E | 81 | 39 | 19 |
| Octal | 33 | 142 | 46 | 110 | 0 | 75 | 76 | 201 | 71 | 31 |
| Binary | 11011 | 1100010 | 100110 | 1001000 | 0 | 111101 | 111110 | 10000001 | 111001 | 11001 |
Color Harmonies of #1B6226
Complementary color
Monochromatic Colors of #1B6226
Black with #1B6226
Text Example
Text Example
White with #1B6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6226; }
p { color: rgb(27,98,38); }
H1.HeaderClassName
{
color: #1B6226;
}
.AnyTagClassName
{
color: #1B6226;
}
</style>
background-color css
<style>
a { background-color: #1B6226; }
a { background-color: rgb(27,98,38); }
div.DivClassName
{
background-color: #1B6226;
}
.BgClassName
{
background-color: #1B6226;
}
</style>
border-color css
<style>
span { border-color: #1B6226; }
span { border-color: rgb(27,98,38); }
td.TdClassName
{
border-color: #1B6226;
}
.TagClassName
{
border-color: #1B6226;
}
</style>