Shades of Camarone #017C26
Tints of Camarone #017C26
RGB
CMYK
RGB Variations
Color information
#017C26 (or 0x017C26) is known color: Camarone. HEX triplet: 01, 7C and 26. RGB value is (1,124,38). Sum of RGB (Red+Green+Blue) = 1+124+38=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #017C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C26 is #FE83D9. Grayscale: #4D4D4D. Windows color (decimal): -16679898 or 2522113. OLE color: 2522113.
HSL color Cylindrical-coordinate representation of color #017C26: hue angle of 138.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C26 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 38 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.51 |
| HSL | 138.05º | 0.98% | 0.25% | - |
| HSV(B) | 138.05º | 0.99% | 0.49% | - |
| XYZ | 7.57 | 14.56 | 4.25 | - |
| YUV | 77.42 | 105.75 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 38 | 0.99 | 0 | 0.69 | 0.51 | 138.05 | 0.98 | 0.25 |
| Hex | 1 | 7C | 26 | 63 | 0 | 45 | 33 | 8A | 62 | 19 |
| Octal | 1 | 174 | 46 | 143 | 0 | 105 | 63 | 212 | 142 | 31 |
| Binary | 1 | 1111100 | 100110 | 1100011 | 0 | 1000101 | 110011 | 10001010 | 1100010 | 11001 |
Color Harmonies of #017C26
Complementary color
Monochromatic Colors of #017C26
Black with #017C26
Text Example
Text Example
White with #017C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C26; }
p { color: rgb(1,124,38); }
H1.HeaderClassName
{
color: #017C26;
}
.AnyTagClassName
{
color: #017C26;
}
</style>
background-color css
<style>
a { background-color: #017C26; }
a { background-color: rgb(1,124,38); }
div.DivClassName
{
background-color: #017C26;
}
.BgClassName
{
background-color: #017C26;
}
</style>
border-color css
<style>
span { border-color: #017C26; }
span { border-color: rgb(1,124,38); }
td.TdClassName
{
border-color: #017C26;
}
.TagClassName
{
border-color: #017C26;
}
</style>