Shades of Camarone #17772D
Tints of Camarone #17772D
RGB
CMYK
RGB Variations
Color information
#17772D (or 0x17772D) is known color: Camarone. HEX triplet: 17, 77 and 2D. RGB value is (23,119,45). Sum of RGB (Red+Green+Blue) = 23+119+45=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #17772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17772D is #E888D2. Grayscale: #525252. Windows color (decimal): -15239379 or 2979607. OLE color: 2979607.
HSL color Cylindrical-coordinate representation of color #17772D: hue angle of 133.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17772D is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 119 | 45 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.53 |
| HSL | 133.75º | 0.68% | 0.28% | - |
| HSV(B) | 133.75º | 0.81% | 0.47% | - |
| XYZ | 7.42 | 13.57 | 4.71 | - |
| YUV | 81.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 45 | 0.81 | 0 | 0.62 | 0.53 | 133.75 | 0.68 | 0.28 |
| Hex | 17 | 77 | 2D | 51 | 0 | 3E | 35 | 86 | 44 | 1C |
| Octal | 27 | 167 | 55 | 121 | 0 | 76 | 65 | 206 | 104 | 34 |
| Binary | 10111 | 1110111 | 101101 | 1010001 | 0 | 111110 | 110101 | 10000110 | 1000100 | 11100 |
Color Harmonies of #17772D
Complementary color
Monochromatic Colors of #17772D
Black with #17772D
Text Example
Text Example
White with #17772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17772D; }
p { color: rgb(23,119,45); }
H1.HeaderClassName
{
color: #17772D;
}
.AnyTagClassName
{
color: #17772D;
}
</style>
background-color css
<style>
a { background-color: #17772D; }
a { background-color: rgb(23,119,45); }
div.DivClassName
{
background-color: #17772D;
}
.BgClassName
{
background-color: #17772D;
}
</style>
border-color css
<style>
span { border-color: #17772D; }
span { border-color: rgb(23,119,45); }
td.TdClassName
{
border-color: #17772D;
}
.TagClassName
{
border-color: #17772D;
}
</style>