Shades of Camarone #17752C
Tints of Camarone #17752C
RGB
CMYK
RGB Variations
Color information
#17752C (or 0x17752C) is known color: Camarone. HEX triplet: 17, 75 and 2C. RGB value is (23,117,44). Sum of RGB (Red+Green+Blue) = 23+117+44=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #17752C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17752C is #E88AD3. Grayscale: #505050. Windows color (decimal): -15239892 or 2913559. OLE color: 2913559.
HSL color Cylindrical-coordinate representation of color #17752C: hue angle of 133.4º 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 #17752C is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 44 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.54 |
| HSL | 133.4º | 0.67% | 0.27% | - |
| HSV(B) | 133.4º | 0.8% | 0.46% | - |
| XYZ | 7.17 | 13.09 | 4.53 | - |
| YUV | 80.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 44 | 0.80 | 0 | 0.62 | 0.54 | 133.4 | 0.67 | 0.27 |
| Hex | 17 | 75 | 2C | 50 | 0 | 3E | 36 | 85 | 43 | 1B |
| Octal | 27 | 165 | 54 | 120 | 0 | 76 | 66 | 205 | 103 | 33 |
| Binary | 10111 | 1110101 | 101100 | 1010000 | 0 | 111110 | 110110 | 10000101 | 1000011 | 11011 |
Color Harmonies of #17752C
Complementary color
Monochromatic Colors of #17752C
Black with #17752C
Text Example
Text Example
White with #17752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17752C; }
p { color: rgb(23,117,44); }
H1.HeaderClassName
{
color: #17752C;
}
.AnyTagClassName
{
color: #17752C;
}
</style>
background-color css
<style>
a { background-color: #17752C; }
a { background-color: rgb(23,117,44); }
div.DivClassName
{
background-color: #17752C;
}
.BgClassName
{
background-color: #17752C;
}
</style>
border-color css
<style>
span { border-color: #17752C; }
span { border-color: rgb(23,117,44); }
td.TdClassName
{
border-color: #17752C;
}
.TagClassName
{
border-color: #17752C;
}
</style>