Shades of Camarone #1C7639
Tints of Camarone #1C7639
RGB
CMYK
RGB Variations
Color information
#1C7639 (or 0x1C7639) is known color: Camarone. HEX triplet: 1C, 76 and 39. RGB value is (28,118,57). Sum of RGB (Red+Green+Blue) = 28+118+57=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7639 is #E389C6. Grayscale: #545454. Windows color (decimal): -14911943 or 3765788. OLE color: 3765788.
HSL color Cylindrical-coordinate representation of color #1C7639: hue angle of 139.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7639 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 57 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.54 |
| HSL | 139.33º | 0.62% | 0.29% | - |
| HSV(B) | 139.33º | 0.76% | 0.46% | - |
| XYZ | 7.7 | 13.5 | 6.07 | - |
| YUV | 84.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 57 | 0.76 | 0 | 0.52 | 0.54 | 139.33 | 0.62 | 0.29 |
| Hex | 1C | 76 | 39 | 4C | 0 | 34 | 36 | 8B | 3E | 1D |
| Octal | 34 | 166 | 71 | 114 | 0 | 64 | 66 | 213 | 76 | 35 |
| Binary | 11100 | 1110110 | 111001 | 1001100 | 0 | 110100 | 110110 | 10001011 | 111110 | 11101 |
Color Harmonies of #1C7639
Complementary color
Monochromatic Colors of #1C7639
Black with #1C7639
Text Example
Text Example
White with #1C7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7639; }
p { color: rgb(28,118,57); }
H1.HeaderClassName
{
color: #1C7639;
}
.AnyTagClassName
{
color: #1C7639;
}
</style>
background-color css
<style>
a { background-color: #1C7639; }
a { background-color: rgb(28,118,57); }
div.DivClassName
{
background-color: #1C7639;
}
.BgClassName
{
background-color: #1C7639;
}
</style>
border-color css
<style>
span { border-color: #1C7639; }
span { border-color: rgb(28,118,57); }
td.TdClassName
{
border-color: #1C7639;
}
.TagClassName
{
border-color: #1C7639;
}
</style>