Shades of Camarone #017C24
Tints of Camarone #017C24
RGB
CMYK
RGB Variations
Color information
#017C24 (or 0x017C24) is known color: Camarone. HEX triplet: 01, 7C and 24. RGB value is (1,124,36). Sum of RGB (Red+Green+Blue) = 1+124+36=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 124 (48.83% from 255 or 77.02% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 124 - color contains mainly: green. Hex color #017C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C24 is #FE83DB. Grayscale: #4D4D4D. Windows color (decimal): -16679900 or 2391041. OLE color: 2391041.
HSL color Cylindrical-coordinate representation of color #017C24: hue angle of 137.07º 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 #017C24 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 36 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.51 |
| HSL | 137.07º | 0.98% | 0.25% | - |
| HSV(B) | 137.07º | 0.99% | 0.49% | - |
| XYZ | 7.54 | 14.55 | 4.08 | - |
| YUV | 77.19 | 104.75 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 36 | 0.99 | 0 | 0.71 | 0.51 | 137.07 | 0.98 | 0.25 |
| Hex | 1 | 7C | 24 | 63 | 0 | 47 | 33 | 89 | 62 | 19 |
| Octal | 1 | 174 | 44 | 143 | 0 | 107 | 63 | 211 | 142 | 31 |
| Binary | 1 | 1111100 | 100100 | 1100011 | 0 | 1000111 | 110011 | 10001001 | 1100010 | 11001 |
Color Harmonies of #017C24
Complementary color
Monochromatic Colors of #017C24
Black with #017C24
Text Example
Text Example
White with #017C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C24; }
p { color: rgb(1,124,36); }
H1.HeaderClassName
{
color: #017C24;
}
.AnyTagClassName
{
color: #017C24;
}
</style>
background-color css
<style>
a { background-color: #017C24; }
a { background-color: rgb(1,124,36); }
div.DivClassName
{
background-color: #017C24;
}
.BgClassName
{
background-color: #017C24;
}
</style>
border-color css
<style>
span { border-color: #017C24; }
span { border-color: rgb(1,124,36); }
td.TdClassName
{
border-color: #017C24;
}
.TagClassName
{
border-color: #017C24;
}
</style>