Shades of Camarone #17752B
Tints of Camarone #17752B
RGB
CMYK
RGB Variations
Color information
#17752B (or 0x17752B) is known color: Camarone. HEX triplet: 17, 75 and 2B. RGB value is (23,117,43). Sum of RGB (Red+Green+Blue) = 23+117+43=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #17752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17752B is #E88AD4. Grayscale: #505050. Windows color (decimal): -15239893 or 2848023. OLE color: 2848023.
HSL color Cylindrical-coordinate representation of color #17752B: hue angle of 132.77º 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 #17752B is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 43 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.54 |
| HSL | 132.77º | 0.67% | 0.27% | - |
| HSV(B) | 132.77º | 0.8% | 0.46% | - |
| XYZ | 7.15 | 13.08 | 4.43 | - |
| YUV | 80.46 | 106.86 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 43 | 0.80 | 0 | 0.63 | 0.54 | 132.77 | 0.67 | 0.27 |
| Hex | 17 | 75 | 2B | 50 | 0 | 3F | 36 | 85 | 43 | 1B |
| Octal | 27 | 165 | 53 | 120 | 0 | 77 | 66 | 205 | 103 | 33 |
| Binary | 10111 | 1110101 | 101011 | 1010000 | 0 | 111111 | 110110 | 10000101 | 1000011 | 11011 |
Color Harmonies of #17752B
Complementary color
Monochromatic Colors of #17752B
Black with #17752B
Text Example
Text Example
White with #17752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17752B; }
p { color: rgb(23,117,43); }
H1.HeaderClassName
{
color: #17752B;
}
.AnyTagClassName
{
color: #17752B;
}
</style>
background-color css
<style>
a { background-color: #17752B; }
a { background-color: rgb(23,117,43); }
div.DivClassName
{
background-color: #17752B;
}
.BgClassName
{
background-color: #17752B;
}
</style>
border-color css
<style>
span { border-color: #17752B; }
span { border-color: rgb(23,117,43); }
td.TdClassName
{
border-color: #17752B;
}
.TagClassName
{
border-color: #17752B;
}
</style>