Shades of Camarone #177025
Tints of Camarone #177025
RGB
CMYK
RGB Variations
Color information
#177025 (or 0x177025) is known color: Camarone. HEX triplet: 17, 70 and 25. RGB value is (23,112,37). Sum of RGB (Red+Green+Blue) = 23+112+37=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #177025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #177025 is #E88FDA. Grayscale: #4D4D4D. Windows color (decimal): -15241179 or 2453527. OLE color: 2453527.
HSL color Cylindrical-coordinate representation of color #177025: hue angle of 129.44º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #177025 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 37 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.56 |
| HSL | 129.44º | 0.66% | 0.26% | - |
| HSV(B) | 129.44º | 0.79% | 0.44% | - |
| XYZ | 6.48 | 11.9 | 3.71 | - |
| YUV | 76.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 37 | 0.79 | 0 | 0.67 | 0.56 | 129.44 | 0.66 | 0.26 |
| Hex | 17 | 70 | 25 | 4F | 0 | 43 | 38 | 81 | 42 | 1A |
| Octal | 27 | 160 | 45 | 117 | 0 | 103 | 70 | 201 | 102 | 32 |
| Binary | 10111 | 1110000 | 100101 | 1001111 | 0 | 1000011 | 111000 | 10000001 | 1000010 | 11010 |
Color Harmonies of #177025
Complementary color
Monochromatic Colors of #177025
Black with #177025
Text Example
Text Example
White with #177025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177025; }
p { color: rgb(23,112,37); }
H1.HeaderClassName
{
color: #177025;
}
.AnyTagClassName
{
color: #177025;
}
</style>
background-color css
<style>
a { background-color: #177025; }
a { background-color: rgb(23,112,37); }
div.DivClassName
{
background-color: #177025;
}
.BgClassName
{
background-color: #177025;
}
</style>
border-color css
<style>
span { border-color: #177025; }
span { border-color: rgb(23,112,37); }
td.TdClassName
{
border-color: #177025;
}
.TagClassName
{
border-color: #177025;
}
</style>