Shades of Camarone #1C7738
Tints of Camarone #1C7738
RGB
CMYK
RGB Variations
Color information
#1C7738 (or 0x1C7738) is known color: Camarone. HEX triplet: 1C, 77 and 38. RGB value is (28,119,56). Sum of RGB (Red+Green+Blue) = 28+119+56=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7738 is #E388C7. Grayscale: #545454. Windows color (decimal): -14911688 or 3700508. OLE color: 3700508.
HSL color Cylindrical-coordinate representation of color #1C7738: hue angle of 138.46º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7738 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 56 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.53 |
| HSL | 138.46º | 0.62% | 0.29% | - |
| HSV(B) | 138.46º | 0.76% | 0.47% | - |
| XYZ | 7.79 | 13.73 | 5.98 | - |
| YUV | 84.61 | 111.85 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 56 | 0.76 | 0 | 0.53 | 0.53 | 138.46 | 0.62 | 0.29 |
| Hex | 1C | 77 | 38 | 4C | 0 | 35 | 35 | 8A | 3E | 1D |
| Octal | 34 | 167 | 70 | 114 | 0 | 65 | 65 | 212 | 76 | 35 |
| Binary | 11100 | 1110111 | 111000 | 1001100 | 0 | 110101 | 110101 | 10001010 | 111110 | 11101 |
Color Harmonies of #1C7738
Complementary color
Monochromatic Colors of #1C7738
Black with #1C7738
Text Example
Text Example
White with #1C7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7738; }
p { color: rgb(28,119,56); }
H1.HeaderClassName
{
color: #1C7738;
}
.AnyTagClassName
{
color: #1C7738;
}
</style>
background-color css
<style>
a { background-color: #1C7738; }
a { background-color: rgb(28,119,56); }
div.DivClassName
{
background-color: #1C7738;
}
.BgClassName
{
background-color: #1C7738;
}
</style>
border-color css
<style>
span { border-color: #1C7738; }
span { border-color: rgb(28,119,56); }
td.TdClassName
{
border-color: #1C7738;
}
.TagClassName
{
border-color: #1C7738;
}
</style>