Shades of Camarone #17752E
Tints of Camarone #17752E
RGB
CMYK
RGB Variations
Color information
#17752E (or 0x17752E) is known color: Camarone. HEX triplet: 17, 75 and 2E. RGB value is (23,117,46). Sum of RGB (Red+Green+Blue) = 23+117+46=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #17752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17752E is #E88AD1. Grayscale: #505050. Windows color (decimal): -15239890 or 3044631. OLE color: 3044631.
HSL color Cylindrical-coordinate representation of color #17752E: hue angle of 134.68º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17752E is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 46 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.54 |
| HSL | 134.68º | 0.67% | 0.27% | - |
| HSV(B) | 134.68º | 0.8% | 0.46% | - |
| XYZ | 7.21 | 13.1 | 4.73 | - |
| YUV | 80.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 46 | 0.80 | 0 | 0.61 | 0.54 | 134.68 | 0.67 | 0.27 |
| Hex | 17 | 75 | 2E | 50 | 0 | 3D | 36 | 87 | 43 | 1B |
| Octal | 27 | 165 | 56 | 120 | 0 | 75 | 66 | 207 | 103 | 33 |
| Binary | 10111 | 1110101 | 101110 | 1010000 | 0 | 111101 | 110110 | 10000111 | 1000011 | 11011 |
Color Harmonies of #17752E
Complementary color
Monochromatic Colors of #17752E
Black with #17752E
Text Example
Text Example
White with #17752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17752E; }
p { color: rgb(23,117,46); }
H1.HeaderClassName
{
color: #17752E;
}
.AnyTagClassName
{
color: #17752E;
}
</style>
background-color css
<style>
a { background-color: #17752E; }
a { background-color: rgb(23,117,46); }
div.DivClassName
{
background-color: #17752E;
}
.BgClassName
{
background-color: #17752E;
}
</style>
border-color css
<style>
span { border-color: #17752E; }
span { border-color: rgb(23,117,46); }
td.TdClassName
{
border-color: #17752E;
}
.TagClassName
{
border-color: #17752E;
}
</style>