Shades of Camarone #17682A
Tints of Camarone #17682A
RGB
CMYK
RGB Variations
Color information
#17682A (or 0x17682A) is known color: Camarone. HEX triplet: 17, 68 and 2A. RGB value is (23,104,42). Sum of RGB (Red+Green+Blue) = 23+104+42=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #17682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17682A is #E897D5. Grayscale: #484848. Windows color (decimal): -15243222 or 2779159. OLE color: 2779159.
HSL color Cylindrical-coordinate representation of color #17682A: hue angle of 134.07º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17682A is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 104 | 42 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.59 |
| HSL | 134.07º | 0.64% | 0.25% | - |
| HSV(B) | 134.07º | 0.78% | 0.41% | - |
| XYZ | 5.72 | 10.25 | 3.87 | - |
| YUV | 72.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 42 | 0.78 | 0 | 0.60 | 0.59 | 134.07 | 0.64 | 0.25 |
| Hex | 17 | 68 | 2A | 4E | 0 | 3C | 3B | 86 | 40 | 19 |
| Octal | 27 | 150 | 52 | 116 | 0 | 74 | 73 | 206 | 100 | 31 |
| Binary | 10111 | 1101000 | 101010 | 1001110 | 0 | 111100 | 111011 | 10000110 | 1000000 | 11001 |
Color Harmonies of #17682A
Complementary color
Monochromatic Colors of #17682A
Black with #17682A
Text Example
Text Example
White with #17682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17682A; }
p { color: rgb(23,104,42); }
H1.HeaderClassName
{
color: #17682A;
}
.AnyTagClassName
{
color: #17682A;
}
</style>
background-color css
<style>
a { background-color: #17682A; }
a { background-color: rgb(23,104,42); }
div.DivClassName
{
background-color: #17682A;
}
.BgClassName
{
background-color: #17682A;
}
</style>
border-color css
<style>
span { border-color: #17682A; }
span { border-color: rgb(23,104,42); }
td.TdClassName
{
border-color: #17682A;
}
.TagClassName
{
border-color: #17682A;
}
</style>