Shades of Camarone #17742E
Tints of Camarone #17742E
RGB
CMYK
RGB Variations
Color information
#17742E (or 0x17742E) is known color: Camarone. HEX triplet: 17, 74 and 2E. RGB value is (23,116,46). Sum of RGB (Red+Green+Blue) = 23+116+46=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #17742E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17742E is #E88BD1. Grayscale: #505050. Windows color (decimal): -15240146 or 3044375. OLE color: 3044375.
HSL color Cylindrical-coordinate representation of color #17742E: hue angle of 134.84º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17742E is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 116 | 46 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.55 |
| HSL | 134.84º | 0.67% | 0.27% | - |
| HSV(B) | 134.84º | 0.8% | 0.45% | - |
| XYZ | 7.09 | 12.87 | 4.7 | - |
| YUV | 80.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 46 | 0.80 | 0 | 0.60 | 0.55 | 134.84 | 0.67 | 0.27 |
| Hex | 17 | 74 | 2E | 50 | 0 | 3C | 37 | 87 | 43 | 1B |
| Octal | 27 | 164 | 56 | 120 | 0 | 74 | 67 | 207 | 103 | 33 |
| Binary | 10111 | 1110100 | 101110 | 1010000 | 0 | 111100 | 110111 | 10000111 | 1000011 | 11011 |
Color Harmonies of #17742E
Complementary color
Monochromatic Colors of #17742E
Black with #17742E
Text Example
Text Example
White with #17742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17742E; }
p { color: rgb(23,116,46); }
H1.HeaderClassName
{
color: #17742E;
}
.AnyTagClassName
{
color: #17742E;
}
</style>
background-color css
<style>
a { background-color: #17742E; }
a { background-color: rgb(23,116,46); }
div.DivClassName
{
background-color: #17742E;
}
.BgClassName
{
background-color: #17742E;
}
</style>
border-color css
<style>
span { border-color: #17742E; }
span { border-color: rgb(23,116,46); }
td.TdClassName
{
border-color: #17742E;
}
.TagClassName
{
border-color: #17742E;
}
</style>