Shades of Camarone #177126
Tints of Camarone #177126
RGB
CMYK
RGB Variations
Color information
#177126 (or 0x177126) is known color: Camarone. HEX triplet: 17, 71 and 26. RGB value is (23,113,38). Sum of RGB (Red+Green+Blue) = 23+113+38=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #177126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #177126 is #E88ED9. Grayscale: #4D4D4D. Windows color (decimal): -15240922 or 2519319. OLE color: 2519319.
HSL color Cylindrical-coordinate representation of color #177126: hue angle of 130º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177126 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 113 | 38 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.56 |
| HSL | 130º | 0.66% | 0.27% | - |
| HSV(B) | 130º | 0.8% | 0.44% | - |
| XYZ | 6.61 | 12.13 | 3.83 | - |
| YUV | 77.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 38 | 0.80 | 0 | 0.66 | 0.56 | 130 | 0.66 | 0.27 |
| Hex | 17 | 71 | 26 | 50 | 0 | 42 | 38 | 82 | 42 | 1B |
| Octal | 27 | 161 | 46 | 120 | 0 | 102 | 70 | 202 | 102 | 33 |
| Binary | 10111 | 1110001 | 100110 | 1010000 | 0 | 1000010 | 111000 | 10000010 | 1000010 | 11011 |
Color Harmonies of #177126
Complementary color
Monochromatic Colors of #177126
Black with #177126
Text Example
Text Example
White with #177126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177126; }
p { color: rgb(23,113,38); }
H1.HeaderClassName
{
color: #177126;
}
.AnyTagClassName
{
color: #177126;
}
</style>
background-color css
<style>
a { background-color: #177126; }
a { background-color: rgb(23,113,38); }
div.DivClassName
{
background-color: #177126;
}
.BgClassName
{
background-color: #177126;
}
</style>
border-color css
<style>
span { border-color: #177126; }
span { border-color: rgb(23,113,38); }
td.TdClassName
{
border-color: #177126;
}
.TagClassName
{
border-color: #177126;
}
</style>