Shades of Camarone #1C7336
Tints of Camarone #1C7336
RGB
CMYK
RGB Variations
Color information
#1C7336 (or 0x1C7336) is known color: Camarone. HEX triplet: 1C, 73 and 36. RGB value is (28,115,54). Sum of RGB (Red+Green+Blue) = 28+115+54=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7336 is #E38CC9. Grayscale: #525252. Windows color (decimal): -14912714 or 3568412. OLE color: 3568412.
HSL color Cylindrical-coordinate representation of color #1C7336: hue angle of 137.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7336 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 54 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.55 |
| HSL | 137.93º | 0.61% | 0.28% | - |
| HSV(B) | 137.93º | 0.76% | 0.45% | - |
| XYZ | 7.28 | 12.77 | 5.57 | - |
| YUV | 82.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 54 | 0.76 | 0 | 0.53 | 0.55 | 137.93 | 0.61 | 0.28 |
| Hex | 1C | 73 | 36 | 4C | 0 | 35 | 37 | 8A | 3D | 1C |
| Octal | 34 | 163 | 66 | 114 | 0 | 65 | 67 | 212 | 75 | 34 |
| Binary | 11100 | 1110011 | 110110 | 1001100 | 0 | 110101 | 110111 | 10001010 | 111101 | 11100 |
Color Harmonies of #1C7336
Complementary color
Monochromatic Colors of #1C7336
Black with #1C7336
Text Example
Text Example
White with #1C7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7336; }
p { color: rgb(28,115,54); }
H1.HeaderClassName
{
color: #1C7336;
}
.AnyTagClassName
{
color: #1C7336;
}
</style>
background-color css
<style>
a { background-color: #1C7336; }
a { background-color: rgb(28,115,54); }
div.DivClassName
{
background-color: #1C7336;
}
.BgClassName
{
background-color: #1C7336;
}
</style>
border-color css
<style>
span { border-color: #1C7336; }
span { border-color: rgb(28,115,54); }
td.TdClassName
{
border-color: #1C7336;
}
.TagClassName
{
border-color: #1C7336;
}
</style>