Shades of Camarone #1C6B36
Tints of Camarone #1C6B36
RGB
CMYK
RGB Variations
Color information
#1C6B36 (or 0x1C6B36) is known color: Camarone. HEX triplet: 1C, 6B and 36. RGB value is (28,107,54). Sum of RGB (Red+Green+Blue) = 28+107+54=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6B36 is #E394C9. Grayscale: #4D4D4D. Windows color (decimal): -14914762 or 3566364. OLE color: 3566364.
HSL color Cylindrical-coordinate representation of color #1C6B36: hue angle of 139.75º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6B36 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 107 | 54 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.58 |
| HSL | 139.75º | 0.59% | 0.26% | - |
| HSV(B) | 139.75º | 0.74% | 0.42% | - |
| XYZ | 6.4 | 11.03 | 5.28 | - |
| YUV | 77.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 107 | 54 | 0.74 | 0 | 0.50 | 0.58 | 139.75 | 0.59 | 0.26 |
| Hex | 1C | 6B | 36 | 4A | 0 | 32 | 3A | 8C | 3B | 1A |
| Octal | 34 | 153 | 66 | 112 | 0 | 62 | 72 | 214 | 73 | 32 |
| Binary | 11100 | 1101011 | 110110 | 1001010 | 0 | 110010 | 111010 | 10001100 | 111011 | 11010 |
Color Harmonies of #1C6B36
Complementary color
Monochromatic Colors of #1C6B36
Black with #1C6B36
Text Example
Text Example
White with #1C6B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6B36; }
p { color: rgb(28,107,54); }
H1.HeaderClassName
{
color: #1C6B36;
}
.AnyTagClassName
{
color: #1C6B36;
}
</style>
background-color css
<style>
a { background-color: #1C6B36; }
a { background-color: rgb(28,107,54); }
div.DivClassName
{
background-color: #1C6B36;
}
.BgClassName
{
background-color: #1C6B36;
}
</style>
border-color css
<style>
span { border-color: #1C6B36; }
span { border-color: rgb(28,107,54); }
td.TdClassName
{
border-color: #1C6B36;
}
.TagClassName
{
border-color: #1C6B36;
}
</style>