Shades of Camarone #1C7439
Tints of Camarone #1C7439
RGB
CMYK
RGB Variations
Color information
#1C7439 (or 0x1C7439) is known color: Camarone. HEX triplet: 1C, 74 and 39. RGB value is (28,116,57). Sum of RGB (Red+Green+Blue) = 28+116+57=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7439 is #E38BC6. Grayscale: #535353. Windows color (decimal): -14912455 or 3765276. OLE color: 3765276.
HSL color Cylindrical-coordinate representation of color #1C7439: hue angle of 139.77º 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 #1C7439 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 57 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.55 |
| HSL | 139.77º | 0.61% | 0.28% | - |
| HSV(B) | 139.77º | 0.76% | 0.45% | - |
| XYZ | 7.46 | 13.03 | 5.99 | - |
| YUV | 82.96 | 113.35 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 57 | 0.76 | 0 | 0.51 | 0.55 | 139.77 | 0.61 | 0.28 |
| Hex | 1C | 74 | 39 | 4C | 0 | 33 | 37 | 8C | 3D | 1C |
| Octal | 34 | 164 | 71 | 114 | 0 | 63 | 67 | 214 | 75 | 34 |
| Binary | 11100 | 1110100 | 111001 | 1001100 | 0 | 110011 | 110111 | 10001100 | 111101 | 11100 |
Color Harmonies of #1C7439
Complementary color
Monochromatic Colors of #1C7439
Black with #1C7439
Text Example
Text Example
White with #1C7439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7439; }
p { color: rgb(28,116,57); }
H1.HeaderClassName
{
color: #1C7439;
}
.AnyTagClassName
{
color: #1C7439;
}
</style>
background-color css
<style>
a { background-color: #1C7439; }
a { background-color: rgb(28,116,57); }
div.DivClassName
{
background-color: #1C7439;
}
.BgClassName
{
background-color: #1C7439;
}
</style>
border-color css
<style>
span { border-color: #1C7439; }
span { border-color: rgb(28,116,57); }
td.TdClassName
{
border-color: #1C7439;
}
.TagClassName
{
border-color: #1C7439;
}
</style>